Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 5.12 KB

CreateRoomParams.md

File metadata and controls

10 lines (7 loc) · 5.12 KB

CreateRoomParams

Fields

Field Type Required Description Example
ClientIPs List<string> N/A
Region Region ✔️ N/A
RoomConfig 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"}