Method CreateVivoxParticipantTap
CreateVivoxParticipantTap(string, bool)
Creates a GameObject containing the VivoxParticipantTap and AudioSource for this VivoxParticipant
Declaration
public GameObject CreateVivoxParticipantTap(string gameObjectName = "", bool silenceInChannelAudioMix = true)
Parameters
Type | Name | Description |
---|---|---|
string | gameObjectName | Optional name to give to the created GameObject |
bool | silenceInChannelAudioMix | Whether to mute this Participant in the Channel Audio Mix output (defaults to true) |
Returns
Type | Description |
---|---|
GameObject | The built GameObject with the VivoxParticipantTap. This will return null if the creation fails for any reason. |