Google Meet
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_MEET_CONFERENCE_RECORDS_LIST", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_MEET_CONFERENCE_RECORDS_LIST", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_MEET_CONFERENCE_RECORDS_LIST --data '{ }'Tool 目录
可用 Tools
11 个可调用操作
Meet ConferenceRecords ListGOOGLE_MEET_CONFERENCE_RECORDS_LISTLists the conference records. By default, ordered by start time and in descending order.需要连接2 scopes
Lists the conference records. By default, ordered by start time and in descending order.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Participants ListGOOGLE_MEET_CONFERENCE_RECORDS_PARTICIPANTS_LISTLists the participants in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted, this API defaults to `'participants/*, next_page_token'`.需要连接2 scopes
Lists the participants in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted, this API defaults to `'participants/*, next_page_token'`.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Participants ParticipantSessions ListGOOGLE_MEET_CONFERENCE_RECORDS_PARTICIPANTS_PARTICIPANT_SESSIONS_LISTLists the participant sessions of a participant in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted this API defaults to `'participantsessions/*, next_page_token'`.需要连接2 scopes
Lists the participant sessions of a participant in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted this API defaults to `'participantsessions/*, next_page_token'`.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Recordings ListGOOGLE_MEET_CONFERENCE_RECORDS_RECORDINGS_LISTLists the recording resources from the conference record. By default, ordered by start time and in ascending order.需要连接2 scopes
Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords SmartNotes ListGOOGLE_MEET_CONFERENCE_RECORDS_SMART_NOTES_LISTLists the set of smart notes from the conference record. By default, ordered by start time and in ascending order.需要连接2 scopes
Lists the set of smart notes from the conference record. By default, ordered by start time and in ascending order.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Transcripts Entries GetGOOGLE_MEET_CONFERENCE_RECORDS_TRANSCRIPTS_ENTRIES_GETGets a `TranscriptEntry` resource by entry ID. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.需要连接2 scopes
Gets a `TranscriptEntry` resource by entry ID. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Transcripts Entries ListGOOGLE_MEET_CONFERENCE_RECORDS_TRANSCRIPTS_ENTRIES_LISTLists the structured transcript entries per transcript. By default, ordered by start time and in ascending order. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.需要连接2 scopes
Lists the structured transcript entries per transcript. By default, ordered by start time and in ascending order. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Transcripts ListGOOGLE_MEET_CONFERENCE_RECORDS_TRANSCRIPTS_LISTLists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.需要连接2 scopes
Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet Spaces CreateGOOGLE_MEET_SPACES_CREATECreates a space.需要连接1 scope
Creates a space.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdTags
Meet Spaces EndActiveConferenceGOOGLE_MEET_SPACES_END_ACTIVE_CONFERENCEEnds an active conference (if there's one). For an example, see [End active conference](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#end-active-conference).需要连接1 scope
Ends an active conference (if there's one). For an example, see [End active conference](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#end-active-conference).
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdTags
Meet Spaces PatchGOOGLE_MEET_SPACES_PATCHUpdates details about a meeting space. For an example, see [Update a meeting space](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#update-meeting-space).需要连接2 scopes
Updates details about a meeting space. For an example, see [Update a meeting space](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#update-meeting-space).
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.settingsTags