Windows(C++)[v1.7.5.0]
|
频道配置参数, 用于加入会议 更多...
#include <PanoRtcEngine.h>
Public 属性 | |
ChannelMode | mode = ChannelMode::Mode_1v1 |
uint32_t | serviceFlags = kChannelServiceMedia | kChannelServiceWhiteboard | kChannelServiceMessage |
bool | subscribeAudioAll = true |
const char * | userName = nullptr |
int | attendeeId = -1 |
频道配置参数, 用于加入会议
ChannelMode RtcEngine::ChannelConfiguration::mode = ChannelMode::Mode_1v1 |
频道工作模式。
uint32_t RtcEngine::ChannelConfiguration::serviceFlags = kChannelServiceMedia | kChannelServiceWhiteboard | kChannelServiceMessage |
频道标志。
bool RtcEngine::ChannelConfiguration::subscribeAudioAll = true |
自动订阅所有音频
const char* RtcEngine::ChannelConfiguration::userName = nullptr |
用户名,可选参数,UTF8格式字符串,最大长度为128字节。