Obtén información de reuniones
En esta página, se describe cómo recuperar información sobre tu reunión.
Cómo obtener información de la reunión
Para obtener detalles sobre una reunión, usa el método getMeetingInfo()
en el objeto MeetAddonClient
.
El método muestra una instancia del objeto MeetingInfo
que contiene detalles sobre la reunión en la que se ejecuta el complemento. Esto incluye la
propiedad meetingId
de la reunión en curso, que puedes usar para recuperar información de la reunión
con la API de REST de Google Meet. El ID de reunión es un identificador único a nivel global para el espacio de reunión. Además, el objeto MeetingInfo
incluye el meetingCode
de la reunión en curso.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-12-21 (UTC)
[null,null,["Última actualización: 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"]]