https://xxxxxx/v4/live_engine_http_srv/get_room_info?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: 中国: console.tim.qq.com 新加坡: adminapisgp.im.qcloud.com |
v4/live_engine_http_srv/get_room_info | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"RoomId":"live-room"}
字段 | 类型 | 属性 | 说明 |
RoomId | String | 必填 | 房间 ID |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"RequestId": "Id-8c9858f01e954611ae2d4c1b1ed7d583-O-Seq-52720","Response": {// 响应体"RoomInfo" : {"RoomId" : "rid-123","RoomName" : "rname-123","RoomType" : "Live","Owner_Account" : 144115233775727695,"CreateTime": 1693271354,"IsSeatEnabled" : true,"TakeSeatMode":1,"MaxSeatCount" : 8,"MaxMemberCount" : 300,"IsMessageDisabled" : false,"CoverURL": "https://xxxx.png","Category": [1,2,3],"ActivityStatus":1,"ViewCount":10,"IsPublicVisible": true}}}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
RequestId | String | 唯一请求 ID,每次请求都会返回,定位问题时需要提供该次请求的 RequestId |
RoomInfo | Object | 房间详情 |
RoomId | String | 房间 ID |
RoomName | String | 房间名字 |
RoomType | String | 房间类型:Live(直播房间) |
Owner_Account | String | 房间群主 ID |
IsSeatEnabled | Bool | 麦位能力开关 |
TakeSeatMode | Integer | 麦位模式: 1:自由上麦 2:申请上麦 |
MaxSeatCount | Integer | 麦位数量,受套餐包限制 |
MaxMemberCount | Integer | 房间最大人数上限 |
IsMessageDisabled | String | 群内全员禁言开关 |
CoverURL | String | 房间封面 |
Category | Array | 直播间分类标签,数组大小上限为3 |
ActivityStatus | Integer | 直播间活跃状态:用户自定义标记 |
IsPublicVisible | Bool | 房间是否公开可见, 用于获取直播间列表使用 |
CreateTime | Integer | 房间创建时间 |
ViewCount | Integer | 用户进房总次数 |
错误码 | 含义说明 |
100001 | 服务器内部错误,请重试 |
100002 | 请参数非法,请根据错误描述检查请求是否正确 |
100004 | 房间不存在,原因可能是房间没被创建过,或者已经被解散了 |
本页内容是否解决了您的问题?