제품 업데이트
Tencent Cloud 오디오/비디오 단말 SDK 재생 업그레이드 및 권한 부여 인증 추가
TRTC 월간 구독 패키지 출시 관련 안내
https://xxxxxx/v4/room_engine_http_mic/switch_seat?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameter | Description |
xxxxxx | The dedicated domain name for the country/region where the SDKAppID resides: Singapore: adminapisgp.im.qcloud.com |
v4/room_engine_http_mic/switch_seat | Request API |
sdkappid | The SDKAppID assigned by the Chat console when creating an application |
identifier | |
usersig | |
random | Enter a random 32-bit unsigned integer in the range of [0, 4294967295] |
contenttype | The request format is fixed as json. |
{"RoomId":"room-test","ToIndex": 1,"Member_Account": "user"}
Field | Type | Attribute | Description |
RoomId | String | Required | room ID |
ToIndex | Integer | Required | Seat ID |
Member_Account | String | Required | User ID |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-7c1680be52734bdc8d6de398ab9505e7-O-Seq-57717"}
Field | Type | Description |
ActionStatus | String | Request processing result. OK: processing successful; FAIL: processing failed. |
ErrorCode | Integer | Error code: 0 indicates success; non-zero indicates failure. |
ErrorInfo | String | Error Message |
RequestId | String | Unique request ID, returned for each request. RequestId is required for locating a problem. |
Error Code | Description |
100001 | Internal server error, please retry. |
100002 | Invalid parameter. Check whether the request is correct according to the error description. |
100004 | The room does not exist, or it may have existed but has been dismissed. |
피드백