Rooms
Rooms are active and inactive conferences.
Conference rooms are created through comm.land, MonsterUI, and the HTTP API. While Pivot can create conference rooms dynamically, 2600hz recommends creating a room in advance. The HTTP API gives developers the greatest flexibility and control over conference rooms.
Join Options
Participants can change what happens when they join a conference. Current options are:
Option | Description | Type |
---|---|---|
Mute | Join with microphone muted | boolean() |
Deaf | Join with conference audio muted | boolean() |
Moderator | Join the conference as a moderator | boolean() |
Video-Mute | Join the conference with webcam off | boolean() |
End-On-Leave | The conference will end when this participant leaves | boolean() |
End-On-Last-Member-Leave | The conference will end when all participants with this option set leave | boolean() |
Conference rooms include default join options for participants in the member
and moderator
keys.