เมธอดลายเซ็น MeetAddonScreenshare.exposeToMeetWhenScreensharing
อนุญาตให้เว็บไซต์ของบุคคลที่สามตั้งค่าเนื้อหาและส่วนเสริมที่เกี่ยวข้องเมื่อ
เปลี่ยนจากการแชร์หน้าจอไปเป็นส่วนเสริม Meet
ลายเซ็น
exposeToMeetWhenScreensharing(
clientScreenshareInfo: AddonScreenshareInfo,
): void;
รายละเอียด
พารามิเตอร์
การคืนสินค้า
void
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-15 UTC
[null,null,["อัปเดตล่าสุด 2024-10-15 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"]]