Resource summary for meet.addons.screenshare.js
Interfaces
Name |
Description |
AddonScreenshareInfo |
Information about the add-on that should be used when a user transitions from screen sharing to an in-meeting add-on experience. |
MeetAddonScreenshare |
The main entry point for accessing Meet add-on screenshare functionality. Available globally under window.meet.addon.screensharing , or by importing meet.addon.screensharing . |
MeetAddonScreenshareExport |
The structure of the top-level add-on screenshare export. |
Variables
Name |
Description |
meet |
The main entry point for accessing Meet add-on screenshare functionality. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["The Meet add-on screenshare API allows add-ons to seamlessly integrate with Google Meet's screen sharing functionality."],["Developers can utilize the `MeetAddonScreenshare` object to initiate and manage screen sharing sessions within their add-ons."],["`AddonScreenshareInfo` provides information needed when transitioning users from screen sharing to the add-on's experience."],["This API offers tools like `MeetAddonScreenshareExport` for developers to manage and control screen share exports."]]],["The provided content details the structure and access points for Meet add-on screenshare functionality. `MeetAddonScreenshare` is the primary access point, available globally or via import. `MeetAddonScreenshareExport` defines the top-level structure of the export. `AddonScreenshareInfo` contains data for transitions from screensharing to in-meeting add-ons. The variable `meet` is another main entry point for accessing the functionality. These elements collectively manage the screensharing features within Meet add-ons.\n"]]