Update room
Update a room.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.
Update a room.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.
Room does not accept new participants before this time. Expects RFC 3339 datetime: 2022-01-01T23:59:60Z. Date only: 2022-01-01 will be converted to 2022-01-01T00:00:00Z.
Room stops accepting new participants at this time, but keeps running until all participants leave. Expects RFC 3339 datetime: 2022-01-01T23:59:60Z. Date only: 2022-01-01 will be converted to 2022-01-01T00:00:00Z.
Remove users from the room at this time. Expects RFC 3339 datetime: 2022-01-01T23:59:60Z. Date only: 2022-01-01 will be converted to 2022-01-01T00:00:00Z.
User-defined metadata for the room. Must be a valid JSON object. Maximum of 2000 characters when serialized.
Enable/disable jitter buffer audio-video sync.
Enable/disable jitter buffer audio-video sync.
User-defined metadata for the room.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: