পদ্ধতি স্বাক্ষর MeetAddonScreenshare.exposeToMeetWhenScreenshare
স্ক্রিন শেয়ারিং থেকে Meet অ্যাড-অনে রূপান্তরিত করার সময় কন্টেন্ট এবং তার সংশ্লিষ্ট অ্যাড-অন সেট করতে একটি তৃতীয়-পক্ষের সাইট সক্ষম করে।
স্বাক্ষর
exposeToMeetWhenScreensharing(
clientScreenshareInfo: AddonScreenshareInfo,
): void;
বিস্তারিত
পরামিতি
রিটার্নস
void
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-09 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-09 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Allows a third-party website to seamlessly integrate its content and add-on into a Google Meet call when transitioning from screen sharing."],["This functionality is achieved using the `exposeToMeetWhenScreensharing` method and requires providing screen sharing information using the `AddonScreenshareInfo` object."],["The method does not return any value (void)."]]],["This API function, `exposeToMeetWhenScreensharing`, allows a third-party site to configure content and add-ons during the transition from screen sharing to the Meet add-on. It takes a mandatory `clientScreenshareInfo` parameter of type `AddonScreenshareInfo`. This parameter carries the necessary information for the transition. The function does not return any value (void). It is a required functionality, as indicated by the \"No\" in the \"Optional\" field.\n"]]