Get meeting info
This page describes how to retrieve information regarding your meeting.
Get meeting info
To get details about a meeting, use the
getMeetingInfo()
method on the
MeetAddonClient
object.
The method returns an instance of the
MeetingInfo
object
which contains details about the meeting in which the
add-on is running. This includes the
meetingId
property for the ongoing meeting, which you can use to retrieve meeting
information using the Google Meet REST API. The meeting ID
is a globally unique identifier for the meeting space. Additionally, the
MeetingInfo
object includes the
meetingCode
of the ongoing meeting.
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-01-30 UTC.
[null,null,["Last updated 2025-01-30 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"]]