Get meeting and platform 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 current 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.