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.
List video conferences.
Create a new video conference.
Retrieve a single video conference.
Replace a video conference using PUT.
Delete a video conference.
List tokens associated with a conference.
List active streams for a conference.
Create a new stream for a conference.