The meetingId for the current meeting. Can be used to retrieve meeting information from the Meet REST API. The meetingId is a globally unique identifier for the 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-03-27 UTC."],[],[],null,["# Interface MeetingInfo\n\nInformation about the meeting in which the add-on is running.\n\nSignature\n---------\n\n interface MeetingInfo\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|---------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`meetingCode`](./addon_sdk.meetinginfo.meetingcode.md) | The `meetingCode` for the current meeting in the form of aaa-bbbb-ccc. |\n| [`meetingId`](./addon_sdk.meetinginfo.meetingid.md) | The `meetingId` for the current meeting. Can be used to retrieve meeting information from the Meet REST API. The `meetingId` is a globally unique identifier for the meeting. |"]]