GoogleMeetConnectionState
Connection state of the Meet media session, as reported on the session-control data channel.
type GoogleMeetConnectionState = "STATE_WAITING" | "STATE_JOINED" | "STATE_DISCONNECTED";
Defined in: src/providers/io/meet/GoogleMeetInput.ts:182
Connection state of the Meet media session, as reported on the session-control data channel.
Remarks
'STATE_WAITING'— the session is waiting to be admitted into the meeting.'STATE_JOINED'— the session has fully joined the meeting.'STATE_DISCONNECTED'— the session is no longer connected.
See
GoogleMeetSessionStatus for the full status resource