Skip to content

GoogleMeetSessionStatus

Session status resource delivered on the session-control data channel.

Defined in: src/providers/io/meet/GoogleMeetInput.ts:223

Session status resource delivered on the session-control data channel.

Remarks

Emitted to callbacks registered with onSessionStatus() whenever the server pushes a status update.

Example

meet.onSessionStatus((status) => {
  if (status.connectionState === 'STATE_JOINED') console.log('In the meeting');
  if (status.connectionState === 'STATE_DISCONNECTED') {
    console.log('Disconnected:', status.disconnectReason);
  }
});

See

Properties

PropertyTypeDescriptionDefined in
connectionStateGoogleMeetConnectionStateThe connection state of the media session.src/providers/io/meet/GoogleMeetInput.ts:225
disconnectReason?GoogleMeetDisconnectReasonWhy the session disconnected. Only set when connectionState is 'STATE_DISCONNECTED'.src/providers/io/meet/GoogleMeetInput.ts:232

© 2026 CompositeVoice. All rights reserved.

Font size
Contrast
Motion
Transparency