Public Attributes | |
bool | autoSubscribeAudio |
bool | autoSubscribeVideo |
The channel media options.
bool agora_gaming_rtc.ChannelMediaOptions.autoSubscribeAudio |
Determines whether to subscribe to audio streams when the user joins the channel:
This member serves a similar function to the MuteAllRemoteAudioStreams method. After joining the channel, you can call the MuteAllRemoteAudioStreams
method to set whether to subscribe to audio streams in the channel.
bool agora_gaming_rtc.ChannelMediaOptions.autoSubscribeVideo |
Determines whether to subscribe to video streams when the user joins the channel:
This member serves a similar function to the MuteAllRemoteVideoStreams method. After joining the channel, you can call the MuteAllRemoteVideoStreams
method to set whether to subscribe to video streams in the channel.