cn.tee3.avd_SDK-Objectc  2.1.0
| 枚举
AVDRoomInfo.h 文件参考

浏览源代码.

class  AVDRoomInfo
 房间信息结构. 更多...
 

枚举

enum  AVDRoomMode {
  clear_set = (1 << 0), mcu = (1 << 31), p2p = mcu + clear_set, rmfree = (1 << 30),
  host = rmfree + clear_set, temperary = (1 << 29), persisist = temperary + clear_set
}
 房间模式 更多...
 
enum  AVDRoomStatus { scheduled, opening, locked, closed }
 房间状态 更多...
 
enum  AVDConnectionStatus { init, connecting, connected, connectFailed }
 房间网络状态 更多...
 

枚举类型说明

◆ AVDConnectionStatus

房间网络状态

枚举值
init 

初始状态

connecting 

正在连接服务器

connected 

已经连接上服务器

connectFailed 

连接服务器失败

◆ AVDRoomMode

房间模式

枚举值
clear_set 
mcu 

mcu模式

p2p 

p2p模式

rmfree 

自由发言模式

host 

主持人模式

temperary 

临时房间模式

persisist 

永久房间模式

◆ AVDRoomStatus

房间状态

枚举值
scheduled 

已经安排好

opening 

正在进行中

locked 

已锁定房间:锁定房间后,新用户无法加入房间

closed 

已关闭房间