音视频通讯SDK API参考手册  Windows 1.6.0
tencent::av::AVEndpoint::Info结构体 参考

房间成员基本信息。

#include <av_endpoint.h>

Public 成员函数

 Info ()
 
virtual ~Info ()
 

Public 属性

std::string identifier
 房间成员Id。 更多...
 
uint32 sdk_version
 房间成员所使用的SDK版本号,用于后续做功能兼容性判断。 更多...
 
uint32 terminal_type
 终端类型。 更多...
 
bool has_audio
 是否有发语音。 更多...
 
bool is_mute
 是否不接听这个成员的音频。 更多...
 
bool has_camera_video
 是否有发来自摄像头或外部视频捕获设备的视频。 更多...
 
bool has_screen_video
 是否有发来自屏幕的视频。 更多...
 

构造及析构函数说明

tencent::av::AVEndpoint::Info::Info ( )
virtual tencent::av::AVEndpoint::Info::~Info ( )
virtual

类成员变量说明

bool tencent::av::AVEndpoint::Info::has_audio
bool tencent::av::AVEndpoint::Info::has_camera_video
bool tencent::av::AVEndpoint::Info::has_screen_video
std::string tencent::av::AVEndpoint::Info::identifier
bool tencent::av::AVEndpoint::Info::is_mute
uint32 tencent::av::AVEndpoint::Info::sdk_version
uint32 tencent::av::AVEndpoint::Info::terminal_type