取得會議資訊
本頁面說明如何擷取與會議相關的資訊。
取得會議資訊
如要取得會議詳細資料,請在 MeetAddonClient
物件上使用 getMeetingInfo()
方法。
這個方法會傳回 MeetingInfo
物件的例項,其中包含附加元件執行時的會議詳細資料。這包括正在進行會議的 meetingId
屬性,您可以使用該屬性透過 Google Meet REST API 擷取會議資訊。會議 ID 是會議空間的全域專屬 ID。此外,MeetingInfo
物件還包含正在進行會議的 meetingCode
。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-21 (世界標準時間)。
[null,null,["上次更新時間:2024-12-21 (世界標準時間)。"],[[["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"]]