পদ্ধতি স্বাক্ষর MediaApiCommunicationProtocol.connectActiveConference
প্রদত্ত SDP অফারের সাথে সক্রিয় সম্মেলনের সাথে সংযোগ করে৷
স্বাক্ষর
connectActiveConference(
sdpOffer: string,
): Promise<MediaApiCommunicationResponse>;
বিস্তারিত
পরামিতি
নাম | টাইপ | ঐচ্ছিক | বর্ণনা |
---|
sdpOffer | string | না | SDP সক্রিয় সম্মেলনে সংযোগ করার প্রস্তাব দেয়। |
রিটার্নস
Promise< MediaApiCommunicationResponse >
একটি প্রতিশ্রুতি যা যোগাযোগের প্রতিক্রিয়ার সমাধান করে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-02-05 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-02-05 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."]]],[]]