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

Start a Video Conference Recording

Start a video conference recording. A SIP address and account access to the video conference recording integration is required.

POST
/api/v2/vc/start-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

{
"title": "Morning Call Recording",
"sipAddress": "sip.address@company.com"
}

Parameter Type Validations
title string, optional Name given to the video. Defaults to the SIP address if not provided.
sipAddress string, required SIP address for the video recording. Normally the conference room SIP address.

Response Messages

successful link and recording

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

Unauthorized error

Internal server error