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.
Deletes all custom items from this room.
Promise resolving to the update result with updated items and affected keys
Deletes custom items from this room.
Array of keys to delete
Promise resolving to the update result with updated items and affected keys
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.
Updates custom items for this room. Custom items are key-value pairs that can be stored with the room.
Key-value pairs to update
Promise resolving to the update result with updated items and affected keys
Gets available audio devices.