Property-Signatur „SessionStatus.connectionState“
Der Verbindungsstatus der Sitzung.
STATE_WAITING
: Die Sitzung wartet auf die Zulassung zur Videokonferenz. Der Client sieht diesen Status möglicherweise nie, wenn er schnell zugelassen oder abgelehnt wurde.
STATE_JOINED
: Die Sitzung ist vollständig zur Videokonferenz dazugekommen.
STATE_DISCONNECTED
: Die Sitzung ist nicht mit der Videokonferenz verbunden.
Unterschrift
connectionState: 'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED';
Details
Typ |
'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED' |
Optional |
Nein |
Schreibgeschützt |
Nein |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-21 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]