Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 6.14 KB

CreateRoomParams.md

File metadata and controls

11 lines (8 loc) · 6.14 KB

CreateRoomParams

Fields

Field Type Required Description Example
clientIPs List<String> An optional list of client IP addresses to whitelist for DDoS protection.
deploymentId Optional<String> System generated id for a deployment. dep-6d4c6a71-2d75-4b42-94e1-f312f57f33c5
region Region ✔️ N/A
roomConfig Optional<String> Optional configuration parameters for the room. Can be any string including stringified JSON. It is accessible from the room via GetRoomInfo(). {"name":"my-room"}