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.
listConferenceTokens
List tokens associated with a conference.
listStreams
List active streams for a conference.
createStream
Create a new stream for a conference.