|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tencent.av.sdk.AVRoom.EnterRoomParam
com.tencent.av.sdk.AVRoomMulti.EnterRoomParam
public static class AVRoomMulti.EnterRoomParam
多人进入房间所需的参数。
通过AVContext.enterRoom方法进房间时使用。
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 |
|---|
public int app_room_id
public long auth_bits
public byte[] auth_buffer
public java.lang.String av_control_role
public int audio_category
| Constructor Detail |
|---|
public AVRoomMulti.EnterRoomParam(int _app_room_id,
long _auth_bits,
byte[] _auth_buffer,
java.lang.String _av_control_role,
int _audio_category)
完整地按各自段意义填好对应值。 -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||