Enum TransmissionMode
Define the policy for where microphone and injected audio are broadcast to.
Namespace: Unity.Services.Vivox
Assembly: Unity.Services.Vivox.dll
Syntax
public enum TransmissionMode
Fields
| Name | Description |
|---|---|
| All | Adopts a policy of transmission into all channels simultaneously. |
| None | Adopts a policy of transmission into no channels. |
| Single | Adopts a policy of transmission into one channel at a time. |