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

房间配置信息。

#include <av_room.h>

Public 成员函数

 Info ()
 
virtual ~Info ()
 

Public 属性

RoomType room_type
 房间类型,详情见RoomType的定义。 更多...
 
uint64 room_id
 房间Id。 更多...
 
RelationType relation_type
 关系类型,多人房间专用,第三方App固定填6。 更多...
 
uint32 relation_id
 关系Id,多人房间专用。 更多...
 
std::string peer_identifier
 对端Id,双人房间专用。 更多...
 
Mode mode
 音视频通话模式,详情见AVMode的定义。 更多...
 
uint64 auth_bits
 音视频权限bitmap,多人房间专用。 更多...
 
std::string auth_buffer
 
AudioCategory audio_category
 音视频权限加密串,多人房间专用。 更多...
 
std::string av_control_role
 音视场景策略,多人房间专用。 更多...
 

构造及析构函数说明

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

类成员变量说明

AudioCategory tencent::av::AVRoom::Info::audio_category
uint64 tencent::av::AVRoom::Info::auth_bits
std::string tencent::av::AVRoom::Info::auth_buffer
std::string tencent::av::AVRoom::Info::av_control_role
Mode tencent::av::AVRoom::Info::mode
std::string tencent::av::AVRoom::Info::peer_identifier
uint32 tencent::av::AVRoom::Info::relation_id
RelationType tencent::av::AVRoom::Info::relation_type
uint64 tencent::av::AVRoom::Info::room_id
RoomType tencent::av::AVRoom::Info::room_type