logo
On this page

API overview


ZEGOCLOUD's Cloud Recording Server provides the following APIs, and the following are their reference documents:

API reference docDescriptionDefault QPS
Start recordingStarts cloud recording.50 times/second
Stop recordingStops cloud recording.50 times/second
Update the mixed-stream layoutUpdates the mixed-stream layout settings at any time during the recording.10 times/second
Update the whiteboardUpdates the whiteboard at any time during the recording.10 times/second
Query recording statusQueries the status of a recording task after recording starts.10 times/second
Query the recording task listQueries the list of recording tasks after recording starts.10 times/second
Pause recordingPauses a task of recording audio streams, video streams, and whiteboards in a room.10 times/second
Resume recordingResumes a task of recording audio streams, video streams, and whiteboards in a room.10 times/second
Take a SnapshotTakes a snapshot of the mixed stream.10 times/second
Recording status callbackGets the task status event. You need to provide a callback URL when enabling the Cloud Recording service.-

Next

Accessing server APIs

On this page

Back to top