https://xxxxxx/v4/room_engine_http_mic/get_seat_list?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: 新加坡: adminapisgp.im.qcloud.com |
v4/room_engine_http_mic/get_seat_list | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"RoomId":"room-test"}
字段 | 类型 | 属性 | 说明 |
RoomId | String | 必填 | 房间 ID |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-7c1680be52734bdc8d6de398ab9505e7-O-Seq-57717","Response": {"SeatList": [{"Index": 0,"Member_Account": "user2","IsTakenDisabled": false,"IsVideoDisabled": false,"IsAudioDisabled": false},{"Index": 1,"IsTakenDisabled": false,"IsVideoDisabled": false,"IsAudioDisabled": false}]}}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
RequestId | String | 唯一请求 ID,每次请求都会返回,定位问题时需要提供该次请求的 RequestId |
SeatList | Array | 麦位列表 |
Index | Integer | 麦位号 |
Member_Account | String | 麦位上的用户 ID,空表示麦上没有用户 |
IsTakenDisabled | Bool | 麦位锁定 |
IsVideoDisabled | Bool | 禁止麦位视频流 |
IsAudioDisabled | Bool | 禁止麦位音频流 |
错误码 | 含义说明 |
100001 | 服务器内部错误,请重试 |
100002 | 请参数非法,请根据错误描述检查请求是否正确 |
100004 | 房间不存在,或者曾经存在过,但是目前已经被解散 |
本页内容是否解决了您的问题?