Uzyskaj informacje o spotkaniu
Na tej stronie znajdziesz informacje o tym, jak pobrać informacje dotyczące spotkania.
Pobieranie informacji o spotkaniu
Aby uzyskać szczegółowe informacje o spotkaniu, użyj metody getMeetingInfo()
w obiekcie MeetAddonClient
.
Metoda zwraca instancję obiektu MeetingInfo
, który zawiera szczegóły spotkania, w którym działa dodatek. Obejmuje to właściwość meetingId
dla trwającego spotkania, której możesz użyć do pobrania informacji o spotkaniu za pomocą interfejsu Google Meet REST API. Identyfikator spotkania jest globalnie unikalnym identyfikatorem przestrzeni spotkań. Dodatkowo obiekt MeetingInfo
zawiera informacje o meetingCode
trwającego spotkania.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-21 UTC."],[[["Use the `getMeetingInfo()` method of the `MeetAddonClient` object to retrieve details about a meeting."],["The method returns a `MeetingInfo` object containing meeting details, including `meetingId` and `meetingCode`."],["You can use the `meetingId` with the Google Meet REST API to retrieve further information."],["The `meetingId` is a globally unique identifier for the meeting space, while `meetingCode` represents the meeting's code."]]],["The core action is using the `getMeetingInfo()` method of the `MeetAddonClient` object to access meeting details. This method returns a `MeetingInfo` object containing the `meetingId`, a globally unique identifier, that allows retrieval of more meeting information via the Google Meet REST API. The `MeetingInfo` object also includes the ongoing meeting's `meetingCode`.\n"]]