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.