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

调用EnterRoom()进入双人房间时候的入参。

#include <av_room_pair.h>

类 tencent::av::AVRoomPair::EnterRoomParam 继承关系图:
tencent::av::AVRoom::EnterRoomParam

Public 成员函数

 EnterRoomParam ()
 

Public 属性

uint64 room_id
 房间Id。 更多...
 
std::string peer_identifier
 对方Id,双人房间专用。 更多...
 
AVRoom::Mode mode
 音视频通话模式。 更多...
 
- Public 属性 继承自 tencent::av::AVRoom::EnterRoomParam
RoomType room_type
 房间类型,详情见RoomType的定义。 更多...
 

构造及析构函数说明

tencent::av::AVRoomPair::EnterRoomParam::EnterRoomParam ( )

类成员变量说明

AVRoom::Mode tencent::av::AVRoomPair::EnterRoomParam::mode
std::string tencent::av::AVRoomPair::EnterRoomParam::peer_identifier
uint64 tencent::av::AVRoomPair::EnterRoomParam::room_id