Method SetChannelTransmissionModeAsync
SetChannelTransmissionModeAsync(TransmissionMode, string)
Changes the channel the local user is currently transmitting into. Options of transmission are all channels, no channels, or a single channel. If you are specifying a single channel, the channelName parameter is mandatory.
Declaration
Task SetChannelTransmissionModeAsync(TransmissionMode transmissionMode, string channelName = null)
Parameters
Type | Name | Description |
---|---|---|
TransmissionMode | transmissionMode | The type of transmission policy to use. |
string | channelName | Name of the individual channel to transmit to. Mandatory when opting to transmit to a single channel. |
Returns
Type | Description |
---|---|
Task | Task for the operation |