Uses of Interface
com.tencent.av.sdk.AVRoom.Delegate

Uses of AVRoom.Delegate in com.tencent.av.sdk
 

Subinterfaces of AVRoom.Delegate in com.tencent.av.sdk
static interface AVRoomMulti.Delegate
          多人房间委托类,应用层实现该委托以响应房间成员变化。
 

Methods in com.tencent.av.sdk with parameters of type AVRoom.Delegate
 int AVContext.enterRoom(int roomType, AVRoom.Delegate roomDelegate, AVRoom.EnterRoomParam enterRoomParam)
          通过房间信息创建房间。
异步返回结果。enterRoom()内部异步执行进入房间的流程。如果房间不存在会创建新房间。如果房间存在,会自动加入。
enterRoom()还会检查传入的参数的有效性,对于不合法的参数会返回错误代码。目前支持创建双人房间和多人房间。
注意,同一时间目前只支持创建一个房间。如果当前AVContext中已经存在一个房间,再次调用enterRoom()会失败。