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-04-09 UTC.
[null,null,["Last updated 2025-04-09 UTC."],[],[]]