提交工单
咨询集成、功能及报价等问题
Call this interface to stop audio stream content moderation.
Before using this method for the first time, you need to contact ZEGOCLOUD technical support to activate it.
Request method: POST
When using POST request method to pass parameters:
Request endpoint: https://rtc-api.zego.im/?Action=StopCensorAudioV2
Protocol: HTTPS
Rate limit (all rooms with the same AppID): 100 requests/second
Listed below are the parameters specific to this request and part of the public request parameters. For the complete list of public request parameters, see Server APIs public request parameters.
| Parameter | Type | Required | Description |
|---|---|---|---|
TaskId |
String |
Yes |
Moderation task ID, which can be obtained from the response parameters of Start moderating audio streams task. |
Request URL
https://rtc-api.zego.im/?Action=StopCensorAudioV2
&<Common request parameters>
Request body
{
"TaskId": "9f58178ba8034902c6028c728bc6f6e4"
}
| Parameter | Type | Description |
|---|---|---|
Code |
Int32 |
Return code. |
Message |
String |
Operation result description. |
RequestId |
String |
Request ID. |
{
"Code":0,
"Message":"success",
"RequestId":"TestRequestId1635941439344723000"
}
Listed below are the return codes related to this API. For the complete list of return codes, see Return codes.
| Return Code | Description | Handling Suggestion |
|---|---|---|
| 50006, 50007 | HTTP request failed. | Please try again later (recommended 300s), or contact ZEGOCLOUD technical support. |
| 50009 | Moderation failed. | Please try again later (recommended 300s), or contact ZEGOCLOUD technical support. |
| 50117 | Configuration error, Shumei permission not enabled. | Please contact ZEGOCLOUD technical support to enable Shumei related permissions. |
