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

Get a Video Conference’s Recording Status

Retrieve a video conference’s recording status. The video ID of the video conference that is recording is required.

GET
/api/v2/vc/recording-status/{videoId}

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 obtain a status for; possible status states include the following:

  • initializing
  • connecting
  • recording
  • processing
  • uploading to rev

Response Messages

successful status obtained

{
"status": "Recording"
}

Unauthorized error

Internal server error