संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
सेशन के कनेक्शन की स्थिति.
STATE_WAITING: सेशन, मीटिंग में शामिल होने का इंतज़ार कर रहा है. अगर अनुरोध को तुरंत स्वीकार या अस्वीकार कर दिया गया है, तो हो सकता है कि क्लाइंट को यह स्थिति कभी न दिखे.
STATE_JOINED: सेशन पूरी तरह से मीटिंग में शामिल हो गया है.
STATE_DISCONNECTED: सेशन, मीटिंग से कनेक्ट नहीं है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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."]]],[]]