logo
On this page

ResumeRecord

POST

https://cloudrecord-api.zego.im/

Call this API to resume a paused task and continue recording audio and video streams, whiteboards, etc. in the room.

Warning
Only stream mixing recording tasks paused through the Pause recording API can be resumed through this API.
Note
Call frequency limit: 10 times/second

Request

Query Parameters

    Action stringrequired

    Possible values: [ResumeRecord]

    API prototype parameter

    https://cloudrecord-api.zego.im?Action=ResumeRecord

    AppId uint32required

    💡Common parameter. Application ID, a unique credential assigned by ZEGOCLOUD. You can obtain it from the ZEGOCLOUD Console.

    SignatureNonce stringrequired

    💡Common parameter. A 16-character hexadecimal random string (hex encoding of an 8-byte random number). For the generation algorithm, refer to Signature Example.

    Timestamp int64required

    💡Common parameter. Current Unix timestamp in seconds. For the generation algorithm, refer to Signature Example. A maximum error of 10 minutes is allowed.

    SignatureVersion stringrequired

    Possible values: [2.0]

    Default value: 2.0

    💡Common parameter. Signature version number.

    Signature stringrequired

    💡Common parameter. Signature used to verify the legitimacy of the request. Please refer to Signature Mechanism for generation.

Body

required
    TaskId stringrequired

    Recording task ID, a fixed-length string of 16 bytes.

Responses​

OK
Schema
    Code int64

    Error code.

    Message string

    Error description.

    RequestId string

    Request ID.

Previous

Pause recording

Next

Take a Snapshot

On this page

Back to top