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:

OptionDescriptionType
MuteJoin with microphone mutedboolean()
DeafJoin with conference audio mutedboolean()
ModeratorJoin the conference as a moderatorboolean()
Video-MuteJoin the conference with webcam offboolean()
End-On-LeaveThe conference will end when this participant leavesboolean()
End-On-Last-Member-LeaveThe conference will end when all participants with this option set leaveboolean()

Conference rooms include default join options for participants in the member and moderator keys.

On this page