Google Meet API
在 Google Meet 中创建和管理会议。
服务:meet.googleapis.com
如要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用需要使用您自己的库来调用此服务,则在发出 API 请求时应使用以下信息。
发现文档
发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:
服务端点
服务端点是指定 API 服务的网络地址的基本网址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:
https://meet.googleapis.com
方法 |
get |
GET /v2/{name=conferenceRecords/*}
根据会议 ID 获取会议记录。 |
list |
GET /v2/conferenceRecords
列出会议记录。 |
方法 |
get |
GET /v2/{name=conferenceRecords/*/participants/*}
按参与者 ID 获取参与者。 |
list |
GET /v2/{parent=conferenceRecords/*}/participants
列出会议记录的参与者。 |
方法 |
get |
GET /v2/{name=conferenceRecords/*/participants/*/participantSessions/*}
根据参与者会话 ID 获取参与者会话。 |
list |
GET /v2/{parent=conferenceRecords/*/participants/*}/participantSessions
列出会议记录中参与者的会话。 |
方法 |
get |
GET /v2/{name=conferenceRecords/*/recordings/*}
通过录音 ID 获取录音。 |
list |
GET /v2/{parent=conferenceRecords/*}/recordings
列出会议记录中的录制资源。 |
方法 |
get |
GET /v2/{name=conferenceRecords/*/transcripts/*}
按转写 ID 获取转写文稿。 |
list |
GET /v2/{parent=conferenceRecords/*}/transcripts
列出会议记录中的转写内容集。 |
方法 |
get |
GET /v2/{name=conferenceRecords/*/transcripts/*/entries/*}
根据条目 ID 获取 TranscriptEntry 资源。 |
list |
GET /v2/{parent=conferenceRecords/*/transcripts/*}/entries
列出各个转写文稿的结构化转写条目。 |
方法 |
create |
POST /v2/spaces
创建聊天室。 |
endActiveConference |
POST /v2/{name=spaces/*}:endActiveConference
结束正在进行的会议(如果有)。 |
get |
GET /v2/{name=spaces/*}
获取有关会议空间的详细信息。 |
patch |
PATCH /v2/{space.name=spaces/*}
更新有关会议空间的详细信息。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-07-12。
[null,null,["最后更新时间 (UTC):2024-07-12。"],[[["The Google Meet API allows you to programmatically manage various aspects of meetings, including creating and retrieving conference records."],["You can access information about participants, participant sessions, recordings, and transcripts associated with a conference."],["Developers can utilize the API to manage meeting spaces, such as creating, updating, and ending active conferences in spaces."],["The API is accessible through REST resources and utilizes the `meet.googleapis.com` service endpoint."],["Google provides client libraries for easy integration, but developers can also use their own libraries with the provided discovery document."]]],["This document details how to interact with Google Meet data via REST APIs. Key actions include retrieving conference records, participants, participant sessions, recordings, and transcripts using `GET` requests. `POST` request can be used to create spaces. `PATCH` requests allow updating space details. End an active conference with the `endActiveConference` function. `list` requests are available to retrieve sets of resources like participants, recordings or transcripts. All API requests are made relative to the `https://meet.googleapis.com` service endpoint.\n"]]