Gets current audio device.
Gets createdAt that is a timestamp of creating the room.
Gets user ID created the room.
Gets custom items of this Room instance.
Gets the local participant.
Gets a list of participants who entered the room.
Gets a list of remote participants who entered the room.
Gets room ID.
Gets state of room.
Gets type of room.
Add GroupCall Room listener. supports multiple listeners.
Selects audio device Changes current audio device asynchronously. Will trigger RoomListener.onAudioDeviceChanged method of the local participant after successfully changing the audio device.
Enter the room Will trigger RoomListener.onRemoteParticipantEntered method of remote participants after successfully entering the room. If a remote participant entered the room, the local user will be notified via the same method.
Exit from the room Will trigger RoomListener.onRemoteParticipantExited method of remote participants after successfully exiting the room. If a remote participant exited the room, the local user will be notified via the same method.
Generated using TypeDoc
Gets available audio devices.