获取会议信息
本页介绍了如何检索与会议相关的信息。
获取会议信息
如需获取会议的详细信息,请对 MeetAddonClient
对象使用 getMeetingInfo()
方法。
该方法会返回 MeetingInfo
对象的实例,其中包含有关运行该插件所在会议的详细信息。这包括正在进行的会议的 meetingId
属性,您可以使用 Google Meet REST API 检索会议信息。会议 ID 是会议室的全局唯一标识符。此外,MeetingInfo
对象还包含正在进行的会议的 meetingCode
。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-21。
[null,null,["最后更新时间 (UTC):2024-12-21。"],[[["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."]]],[]]