Googlemeet

Learn how to use Googlemeet with Composio

Overview

SLUG

GOOGLEMEET

Description

Google Meet is a secure video conferencing platform that integrates with Google Workspace, facilitating remote meetings, screen sharing, and chat

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to https://www.googleapis.com/auth/meetings.space.created,https://www.googleapis.com/auth/meetings.space.settings

Tools

SLUG: GOOGLEMEET_GET_CONFERENCE_RECORD_FOR_MEET

Get conference record

Action Parameters

end_time
string
meeting_code
string
space_name
string
start_time
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEMEET_GET_PARTICIPANT_SESSION

Tool to get a specific participant session from a conference record. use when you need to retrieve details about a particular participant in a past meeting.

Action Parameters

name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEMEET_LIST_CONFERENCE_RECORDS

Tool to list conference records. use when you need to retrieve a list of past conferences, optionally filtering them by criteria like meeting code, space name, or time range.

Action Parameters

filter
string
page_size
integer
page_token
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEMEET_LIST_PARTICIPANT_SESSIONS

Tool to list all participant sessions for a specific conference record in google meet. use this when you need to retrieve a list of participants who joined a particular meeting.

Action Parameters

filter
string
page_size
integer
page_token
string
parent
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEMEET_UPDATE_SPACE

Updates a meeting space. use this tool to modify the settings of an existing google meet space. requires the space resource in the request body and the space name in the path.

Action Parameters

config
object
name
stringRequired
updateMask
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEMEET_CREATE_MEET

Creates a new google meet space, optionally configuring its access type and entry point access controls.

Action Parameters

access_type
string
entry_point_access
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEMEET_GET_MEET

Retrieve details of a google meet space using its unique identifier.

Action Parameters

space_name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEMEET_GET_RECORDINGS_BY_CONFERENCE_RECORD_ID

Retrieves recordings from google meet for a given conference record id.

Action Parameters

conferenceRecord_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEMEET_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_ID

Retrieves all transcripts for a specific google meet conference using its conferencerecord id.

Action Parameters

conferenceRecord_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired