meet.addons.screenshare.js のリソースの概要
インターフェース
変数
名前 |
説明 |
meet |
Meet アドオンの画面共有機能にアクセスするためのメイン エントリ ポイント。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-04 UTC。
[null,null,["最終更新日 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"]]