VideoConferences
Manage video conferences with full CRUD operations, token listing, and stream management. Uses PUT for updates (full replacement).
Access via client.video.conferences on a RestClient instance.
Methods
list
List video conferences.
create
Create a new video conference.
get
Retrieve a single video conference.
update
Replace a video conference using PUT.
delete
Delete a video conference.
list_conference_tokens
List tokens associated with a conference.
list_streams
List active streams for a conference.
create_stream
Create a new stream for a conference.