Tanda tangan properti SessionStatus.connectionState
Status koneksi sesi.
STATE_WAITING
: Sesi menunggu untuk diizinkan bergabung ke rapat. Klien
mungkin tidak pernah mengamati status ini jika diterima atau ditolak dengan cepat.
STATE_JOINED
: Sesi telah bergabung sepenuhnya ke rapat.
STATE_DISCONNECTED
: Sesi tidak terhubung ke rapat.
Tanda Tangan
connectionState: 'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED';
Detail
Jenis |
'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED' |
Opsional |
Tidak |
Hanya baca |
Tidak |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-02-21 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]