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
list_participants
List participants in a conference.
get_participant
Retrieve a specific participant in a conference.
update_participant
Update a participant in a conference (mute or hold).
remove_participant
Remove a participant from a conference.
Recordings
list_recordings
List recordings for a conference.
get_recording
Retrieve a specific conference recording.
update_recording
Update a conference recording (pause, resume, or stop).
delete_recording
Delete a conference recording.