インターフェース MeetingInfo
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アドオンが実行されている会議に関する情報。
署名
interface MeetingInfo
プロパティの署名
名前 |
説明 |
meetingCode |
現在のミーティングの meetingCode (aaa-bbbb-ccc の形式)。 |
meetingId |
現在の会議の meetingId 。Meet REST API から会議の情報を取得するために使用できます。meetingId は、会議のグローバルに一意の識別子です。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Interface MeetingInfo\n\nInformation about the meeting in which the add-on is running.\n\nSignature\n---------\n\n interface MeetingInfo\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|---------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`meetingCode`](./addon_sdk.meetinginfo.meetingcode.md) | The `meetingCode` for the current meeting in the form of aaa-bbbb-ccc. |\n| [`meetingId`](./addon_sdk.meetinginfo.meetingid.md) | The `meetingId` for the current meeting. Can be used to retrieve meeting information from the Meet REST API. The `meetingId` is a globally unique identifier for the meeting. |"]]