Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.01 KB

PatchRoomRequest.md

File metadata and controls

18 lines (10 loc) · 1.01 KB

PatchRoomRequest

Properties

Name Type Description Notes
uniqueName String The unique (within the Telnyx account scope) name of the room. [optional]
maxParticipants Integer 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. [optional]
enableRecording Boolean Enable or disable recording for that room. [optional]
webhookEventUrl String The URL where webhooks related to this room will be sent. Must include a scheme, such as 'https'. [optional]
webhookEventFailoverUrl String 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'. [optional]
webhookTimeoutSecs Integer Specifies how many seconds to wait before timing out a webhook. [optional]