Update a room.
Synchronously update a Room.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of a room.
"0ccc7b54-4df3-4bca-a65a-3da1ecc777f0"
Body
Parameters that can be defined during room update.
The unique (within the Telnyx account scope) name of the room.
"My room"
The maximum amount of participants allowed in a room. If new participants try to join after that limit is reached, their request will be rejected.
2 <= x <= 5010
Enable or disable recording for that room.
true
The URL where webhooks related to this room will be sent. Must include a scheme, such as 'https'.
"https://example.com"
The failover URL where webhooks related to this room will be sent if sending to the primary URL fails. Must include a scheme, such as 'https'.
"https://failover.example.com"
Specifies how many seconds to wait before timing out a webhook.
0 <= x <= 3025
Response
Update room response.