Public 成员函数 | |
---|---|
ChannelMediaOptions() |
Public 属性 | |
---|---|
bool | autoSubscribeAudio |
bool | autoSubscribeVideo |
详细描述
频道媒体设置选项
构造及析构函数说明
ChannelMediaOptions
ChannelMediaOptions()
类成员变量说明
autoSubscribeAudio
bool autoSubscribeAudio
设置加入频道时是否自动订阅音频流:
- true: (默认)订阅
- false: 不订阅
该成员功能与 muteAllRemoteAudioStreams 相同。加入频道后,你可以通过 muteAllRemoteAudioStreams 方法重新设置是否订阅频道内的远端音频流。
autoSubscribeVideo
bool autoSubscribeVideo
设置加入频道是是否自动订阅视频流:
- true: (默认)订阅
- false: 不订阅
该成员功能与 muteAllRemoteVideoStreams 相同。加入频道后,你可以通过 muteAllRemoteVideoStreams 方法重新设置是否订阅频道内的远端视频流。