MediaApiCommunicationProtocol.connectActiveConference का मेथड सिग्नेचर
दिए गए एसडीपी ऑफ़र की मदद से, चालू कॉन्फ़्रेंस से कनेक्ट करता है.
हस्ताक्षर
connectActiveConference(
sdpOffer: string,
): Promise<MediaApiCommunicationResponse>;
विवरण
पैरामीटर
नाम |
टाइप |
वैकल्पिक |
ब्यौरा |
sdpOffer
|
string
|
नहीं
|
एसडीपी, चालू कॉन्फ़्रेंस से कनेक्ट करने का ऑफ़र देता है. |
रिटर्न
Promise<MediaApiCommunicationResponse>
एक वादा, जो कम्यूनिकेशन रिस्पॉन्स को हल करता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-02-06 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-02-06 (UTC) को अपडेट किया गया."],[[["This functionality allows connection to an active conference using an SDP offer."],["The `connectActiveConference` method requires a string parameter named `sdpOffer`."],["The method returns a promise that resolves to a `MediaApiCommunicationResponse`."],["This functionality is available as part of the Google Workspace Developer Preview Program, which grants early access to certain features."]]],[]]