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/*}
更新會議空間的詳細資料。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-07-12 (世界標準時間)。
[null,null,["上次更新時間: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"]]