https://trtc.tencentcloudapi.com/?Action=DismissRoom&SdkAppId=1400000001&RoomId=1234&<Common request parameters>
Parameter | Required | Type | Description |
trtc.tencentcloudapi.com | Yes | String | Request API |
Action | Yes | String | |
Version | Yes | String | |
Region | Yes | String | Common Parameters. See the supported Region List. This API supports only: ap-beijing, ap-guangzhou, ap-mumbai. |
SdkAppId | Yes | Integer | The SDKAppId for the call. Example value: 1400188366 |
RoomId | Yes | Integer | Audio and Video Room Number. |
Common request parameters | Yes | / |
{"Response": {"RequestId": "eac6b301-a322-493a-8e36-83b295459397"}}
Parameter name | Type | Description |
RequestId | String | Unique Request ID, generated by the server-side, is returned with each request (if a request fails to reach the server-side for other reasons, it will not receive a RequestId). Provide the RequestId of the request when troubleshooting. |
Error code | Description |
FailedOperation.RoomNotExist | Room does not exist. |
InternalError | An internal error occurs. |
InternalError.GetRoomCacheIpError | Failed to inquire room. |
InvalidParameter.RoomId | RoomId parameter error. |
InvalidParameter.SdkAppId | SdkAppId parameter error. |
InvalidParameterValue.RoomId | Incorrect RoomId value. |
MissingParameter.RoomId | Missing RoomId parameter. |
MissingParameter.SdkAppId | Missing SdkAppId parameter. |
UnauthorizedOperation.SdkAppId | No permissions to operate SdkAppId. |
Was this page helpful?