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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]