会議の情報を取得する
このページでは、会議に関する情報を取得する方法について説明します。
ミーティング情報を取得する
会議の詳細を取得するには、MeetAddonClient
オブジェクトで getMeetingInfo()
メソッドを使用します。
このメソッドは、アドオンが実行されている会議の詳細を含む MeetingInfo
オブジェクトのインスタンスを返します。これには、進行中の会議の meetingId
プロパティが含まれます。このプロパティを使用すると、Google Meet REST API を使用して会議情報を取得できます。会議 ID は、会議スペースのグローバルに一意の識別子です。また、MeetingInfo
オブジェクトには、進行中の会議の meetingCode
が含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-21 UTC。
[null,null,["最終更新日 2024-12-21 UTC。"],[[["Use the `getMeetingInfo()` method of the `MeetAddonClient` object to retrieve details about a meeting."],["The method returns a `MeetingInfo` object containing meeting details, including `meetingId` and `meetingCode`."],["You can use the `meetingId` with the Google Meet REST API to retrieve further information."],["The `meetingId` is a globally unique identifier for the meeting space, while `meetingCode` represents the meeting's code."]]],["The core action is using the `getMeetingInfo()` method of the `MeetAddonClient` object to access meeting details. This method returns a `MeetingInfo` object containing the `meetingId`, a globally unique identifier, that allows retrieval of more meeting information via the Google Meet REST API. The `MeetingInfo` object also includes the ongoing meeting's `meetingCode`.\n"]]