Conferences
Manage conferences with participants, recordings, and streams. Conferences are list/get/update only (they are created implicitly when a participant dials in via LAML).
Access via client.compat.conferences on a RestClient instance.
Methods
Conference CRUD
list
List conferences.
get
Retrieve a single conference by SID.
update
Update a conference (e.g., end it or set an announce URL).
Participants
listParticipants
List participants in a conference.
getParticipant
Retrieve a specific participant in a conference.
updateParticipant
Update a participant in a conference (mute or hold).
removeParticipant
Remove a participant from a conference.
Recordings
listRecordings
List recordings for a conference.
getRecording
Retrieve a specific conference recording.
updateRecording
Update a conference recording (pause, resume, or stop).
deleteRecording
Delete a conference recording.