संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
सेशन के कनेक्शन की स्थिति.
STATE_WAITING: सेशन, मीटिंग में शामिल होने का इंतज़ार कर रहा है. अगर अनुरोध तुरंत स्वीकार या अस्वीकार कर दिया गया है, तो हो सकता है कि क्लाइंट को यह स्थिति कभी न दिखे.
STATE_JOINED: सेशन पूरी तरह से मीटिंग में शामिल हो गया है.
STATE_DISCONNECTED: सेशन, मीटिंग से कनेक्ट नहीं है.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Property signature SessionStatus.connectionState\n\n| **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. \n|\n| **To use the Meet Media API to access real-time media from a conference, the Google Cloud project, OAuth principal, and all participants in the conference must be enrolled in the Developer Preview Program.**\n\nThe connection state of the session.\n\n- `STATE_WAITING`: Session is waiting to be admitted into the meeting. The\n client may never observe this state if it was admitted or rejected quickly.\n\n- `STATE_JOINED`: Session has fully joined the meeting.\n\n- `STATE_DISCONNECTED`: Session is not connected to the meeting.\n\nSignature\n---------\n\n connectionState: 'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED';\n\nDetails\n-------\n\n| Type | `'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED'` |\n| Optional | No |\n| Readonly | No |\n|----------|-----------------------------------------------------------|"]]