com.tencent.av.sdk
Class AVRoomMulti.EnterRoomParam

java.lang.Object
  extended by com.tencent.av.sdk.AVRoom.EnterRoomParam
      extended by com.tencent.av.sdk.AVRoomMulti.EnterRoomParam
Enclosing class:
AVRoomMulti

public static class AVRoomMulti.EnterRoomParam
extends AVRoom.EnterRoomParam

多人进入房间所需的参数。
通过AVContext.enterRoom方法进房间时使用。

See Also:
AVRoom.EnterRoomParam

Field Summary
 int app_room_id
          多人房间号
 int audio_category
          音频场景策略,目前通过WEB流控配置设置,本地设置无效
 long auth_bits
          进房间权限位
 byte[] auth_buffer
          进房间权限加密串
 java.lang.String av_control_role
          WEB流控配置角色名
 
Constructor Summary
AVRoomMulti.EnterRoomParam(int _app_room_id, long _auth_bits, byte[] _auth_buffer, java.lang.String _av_control_role, int _audio_category)
          构造函数。
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

app_room_id

public int app_room_id
多人房间号


auth_bits

public long auth_bits
进房间权限位


auth_buffer

public byte[] auth_buffer
进房间权限加密串


av_control_role

public java.lang.String av_control_role
WEB流控配置角色名


audio_category

public int audio_category
音频场景策略,目前通过WEB流控配置设置,本地设置无效

Constructor Detail

AVRoomMulti.EnterRoomParam

public AVRoomMulti.EnterRoomParam(int _app_room_id,
                                  long _auth_bits,
                                  byte[] _auth_buffer,
                                  java.lang.String _av_control_role,
                                  int _audio_category)
构造函数。

Parameters:
完整地按各自段意义填好对应值。 -