Documentation
Cloud_Recording Cloud Recording
Documentation
Demo APP
SDK Center
API Center
FAQ
Code Market
Console
Sign Up
Log In
中文站 English
  • Documentation
  • Cloud Recording
  • API Documents
  • Resume Recording

Resume recording

Last updated:2024-10-17 15:02

Description

Resumes the task of recording audio streams, video streams, and whiteboards in a room.

You can call this method to resume only the recording tasks paused by the PauseRecord method.

Request method and endpoint

  • Request method: POST
  • Request endpoint: https://cloudrecord-api.zego.im/?Action=ResumeRecord
  • Transmission protocol: HTTPS
  • Rate limit: 10 request/second

Request parameters

Listed below are the parameters specific to this request. For the list of public request parameters, see Accessing Server APIs - Public parameters.

Parameter Type Required Description
TaskId
String
Yes
Task ID. The value is a 16-byte character string.

Sample request

The following is a request example of the ResumeRecord method:

  • Request URL
    https://cloudrecord-api.zego.im/?Action=ResumeRecord
    &AppId=1234567890
    &SignatureNonce=15215528852396
    &Timestamp=1234567890
    &Signature=7a2c0f11145fb760d607a07b54825013
    &SignatureVersion=2.0
  • Request message body
    {
      "TaskId": "XXXXXXXXXXX"
    }

Response parameters

Parameter Type Description
Code
Int64
Return code.
Message
String
Description of the request execution result.
RequestId
String
Request ID.

Sample response

The following is a response example of the ResumeRecord method:

{
    "Code": 0,
    "Message": "succeed",
    "RequestId": "abcd123"
}
Page Directory
  • Free trial
  • 提交工单
    咨询集成、功能及报价等问题
    电话咨询
    400 1006 604
    Get Consulting
    Scan Wechat QR code