Property signature SessionStatus.connectionState
The connection state of the session.
STATE_WAITING
: Session is waiting to be admitted into the meeting. The
client may never observe this state if it was admitted or rejected quickly.
STATE_JOINED
: Session has fully joined the meeting.
STATE_DISCONNECTED
: Session is not connected to the meeting.
Signature
connectionState: 'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED';
Details
Type |
'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED' |
Optional |
No |
Readonly |
No |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-21 UTC.
[null,null,["Last updated 2025-02-21 UTC."],[[["The provided content outlines three possible states for a meeting session: `STATE_WAITING`, `STATE_JOINED`, and `STATE_DISCONNECTED`."],["`STATE_WAITING` indicates that a session is waiting to be admitted into a meeting, but it might not always be observable."],["`STATE_JOINED` signifies that a session has successfully connected to and is part of the meeting."],["`STATE_DISCONNECTED` represents that the session is currently not connected to the meeting."],["The `connectionState` variable, represented by the provided signature, can only be set to one of these three available states."]]],[]]