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
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. |