Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Stop a Video Conference Recording

Stop a video conference recording. The video ID of the video conference to be stopped is required.

POST
/api/v2/vc/stop-recording

Usage Notes | Change Log

The VC endpoints allow you to record SIP-based video conference meetings and store/modify/search the resulting VOD videos in Rev.

For a list of supported video conference systems, please refer to the Supported Video Conference (VC) System Integrations topic in Rev documentation. The VC endpoints are available only with a Rev-Cloud subscription.

Request Body

application/json

{
"videoId": "d369ffff-cba8-4e89-8b7f-b69863cc0295"
}

Parameter Type Validations
videoId string, required GUID of the video that is currently recording and that you want to stop recording.

Response Messages

successful link and recording stopped

Unauthorized error

Internal server error