Windows(C++)[v1.7.5.0]
Public 属性 | 所有成员列表
RtcEngine::ChannelConfiguration结构体 参考

频道配置参数, 用于加入会议 更多...

#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
 

详细描述

频道配置参数, 用于加入会议

类成员变量说明

◆ mode

ChannelMode RtcEngine::ChannelConfiguration::mode = ChannelMode::Mode_1v1

频道工作模式。

◆ serviceFlags

uint32_t RtcEngine::ChannelConfiguration::serviceFlags = kChannelServiceMedia | kChannelServiceWhiteboard | kChannelServiceMessage

频道标志。

◆ subscribeAudioAll

bool RtcEngine::ChannelConfiguration::subscribeAudioAll = true

自动订阅所有音频

◆ userName

const char* RtcEngine::ChannelConfiguration::userName = nullptr

用户名,可选参数,UTF8格式字符串,最大长度为128字节。


该结构体的文档由以下文件生成: