app-message
Prebuilt Custom Fires when a participant broadcasts a message viasendAppMessage(). Messages are not stored and not delivered to the sender. Participants who join after a message is sent will not receive it.
Always
"app-message".The ID of the call client instance that emitted this event.
The message payload. Must be JSON-serializable.
The
session_id of the participant who sent the message.meeting-session-state-updated
Prebuilt Custom Fires when anything inmeetingSessionState() changes — including data set via setMeetingSessionData() and session metadata like network topology.
Always
"meeting-session-state-updated".The ID of the call client instance that emitted this event.
The current meeting session state. Contains
data (the shared data payload, type unknown) and topology (the current network topology: 'sfu', 'peer', or 'none').meeting-session-summary-updated
Prebuilt Custom Fires when the meeting session summary changes. Prefer this over the deprecatedmeeting-session-updated event.
Always
"meeting-session-summary-updated".The ID of the call client instance that emitted this event.
The current meeting session summary. Contains an
id string.meeting-session-updated
Prebuilt Custom Fires when the meeting session changes — for example, when you’ve been alone in a room long enough that a new session begins.Always
"meeting-session-updated".The ID of the call client instance that emitted this event.
Deprecated. The meeting session object. Contains an
id string.