Mülk imzası SessionStatus.connectionState
Oturumun bağlantı durumu.
STATE_WAITING
: Oturum, toplantıya kabul edilmeyi bekliyor. İstemci, kabul edildiyse veya hızlıca reddedilirse bu durumu hiçbir zaman gözlemleyemeyebilir.
STATE_JOINED
: Oturum toplantıya tamamen katıldı.
STATE_DISCONNECTED
: Oturum toplantıya bağlı değil.
İmza
connectionState: 'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED';
Ayrıntılar
Tür |
'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED' |
İsteğe bağlı |
Hayır |
Salt okunur |
Hayır |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-21 UTC.
[null,null,["Son güncelleme tarihi: 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."]]],[]]