Room
A class that provides the enter()
, exit()
, and other methods, which handle information about the room and operate with other types of objects such as a participant.
Since
1.6.0
Functions
Adds a listener to receive events about a room.
Deletes the room. Calling this method will exit all participants inside the room.
Deletes custom items of the room.
Enters a room. The participant's audio or video can be configured with EnterParams when entering.
Returns the list of custom items of the room.
Removes all listeners to stop receiving events about a room.
Removes a listener to stop receiving events about a room.
Selects audio device.
Send an invitation to the specified user to enter the room.
Updates custom items of the room.
Properties
The state of a room. Valid values are RoomState.OPEN and RoomState.DELETED.