logo
On this page

PauseRecord

POST

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

Call this API to pause a recording task. During the pause, audio and video streams, whiteboards, etc. in the room will not be recorded.

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

Request

Query Parameters

    Action stringrequired

    Possible values: [PauseRecord]

    API prototype parameter

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

    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

Query the record task list

Next

Resume recording

On this page

Back to top