Emitted when the audio device has changed.
Emitted when there is a request to change the state of a track.
Emitted when an error occurs.
Emitted when the local user joins the room.
Emitted when stats for the local audio track are available.
Emitted when stats for the local video track are available.
Emitted when a message is received.
Emitted when the list of peers is updated.
Emitted when there is an update related to a peer in the room.
Emitted when permissions are requested.
Emitted when the local preview is available.
Emitted when stats for a remote audio track are available.
Emitted when stats for a remote video track are available.
Emitted when the local user is removed from the room.
Emitted when there is a request to change the role of a peer.
Emitted when there is an update related to the room.
Emitted when RTC stats are available.
Emitted when the session store is available.
Emitted when the session store has changed.
Emitted when there is an update on the current speaker.
Emitted when there is an update related to a track in the room.
Emitted when transcripts are available.
Emitted when the SDK has successfully reconnected to the room.
Emitted when the SDK is attempting to reconnect to the room.
Generated using TypeDoc
Enum for HMSUpdateListenerActions.
This enumeration defines the set of possible events that can be emitted by the HMSSDK during a Session. These events cover a wide range of actions, from joining a room to receiving updates about peers and tracks, and more. For more info about these events, checkout Event Listener docs
See
https://www.100ms.live/docs/react-native/v2/how-to-guides/listen-to-room-updates/event-listeners
Example