v1

latestOpenAPI 3.0.02026-07-13316378.3 KB
Conference

/v0.1/ConferenceRecordStart/

Initiates a conference recording

post/v0.1/ConferenceRecordStart/

Response

Response

Message'Conference RecordStart Executed' | 'ConferenceName Parameter must be present' | 'FileFormat Parameter must be' | 'Conference RecordStart Failed' | 'Conference RecordStart Failed -- Conference not found' required

Response message

RecordFilestring required

Directory path/URI where the recording file will be saved

Successboolean required

Whether the request was successful or not

Example response

{
  "Message": "Conference RecordStart Executed",
  "RecordFile": "/tmp/recordings/sample.mp3",
  "Success": true
}