Get meeting info
Stay organized with collections
Save and categorize content based on your preferences.
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-08-28 UTC.
[null,null,["Last updated 2025-08-28 UTC."],[],[],null,["# Get meeting info\n\nThis page describes how to retrieve information regarding your meeting.\n\nGet meeting info\n----------------\n\nTo get details about a meeting, use the\n[`getMeetingInfo()`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetaddonclient.getmeetinginfo)\nmethod on the\n[`MeetAddonClient`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetaddonclient)\nobject.\n\nThe method returns an instance of the\n[`MeetingInfo`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetinginfo) object\nwhich contains details about the meeting in which the\nadd-on is running. This includes the\n[`meetingId`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetinginfo.meetingid)\nproperty for the ongoing meeting, which you can use to retrieve meeting\ninformation using the [Google Meet REST API](/workspace/meet/api/guides/overview). The meeting ID\nis a globally unique identifier for the meeting space. Additionally, the\n`MeetingInfo` object includes the\n[`meetingCode`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetinginfo.meetingcode)\nof the ongoing meeting."]]