Google Meet
Create and manage Google Meet meetings
Integrate Google Meet into your workflow. Create meeting spaces, get space details, end conferences, list conference records, and view participants.
| Parameter | Type | Required | Description |
|---|
accessType | string | No | Who can join the meeting without knocking: OPEN (anyone with link), TRUSTED (org members), RESTRICTED (only invited) |
entryPointAccess | string | No | Entry points allowed: ALL (all entry points) or CREATOR_APP_ONLY (only via app) |
| Parameter | Type | Description |
|---|
name | string | Resource name of the space (e.g., spaces/abc123) |
meetingUri | string | Meeting URL (e.g., https://meet.google.com/abc-defg-hij\) |
meetingCode | string | Meeting code (e.g., abc-defg-hij) |
accessType | string | Access type configuration |
entryPointAccess | string | Entry point access configuration |
| Parameter | Type | Required | Description |
|---|
spaceName | string | Yes | No description |
| Parameter | Type | Description |
|---|
name | string | Resource name of the space |
meetingUri | string | Meeting URL |
meetingCode | string | Meeting code |
accessType | string | Access type configuration |
entryPointAccess | string | Entry point access configuration |
activeConference | string | Active conference record name |
| Parameter | Type | Required | Description |
|---|
spaceName | string | Yes | No description |
| Parameter | Type | Description |
|---|
ended | boolean | Whether the conference was ended successfully |
| Parameter | Type | Required | Description |
|---|
filter | string | No | Filter by space name (e.g., space.name = "spaces/abc123") or time range (e.g., start_time > "2024-01-01T00:00:00Z") |
pageSize | number | No | No description |
pageToken | string | No | No description |
| Parameter | Type | Description |
|---|
conferenceRecords | json | List of conference records with name, start/end times, and space |
nextPageToken | string | Token for next page of results |
| Parameter | Type | Required | Description |
|---|
conferenceName | string | Yes | No description |
| Parameter | Type | Description |
|---|
name | string | Conference record resource name |
startTime | string | Conference start time |
endTime | string | Conference end time |
expireTime | string | Conference record expiration time |
space | string | Associated space resource name |
| Parameter | Type | Required | Description |
|---|
conferenceName | string | Yes | No description |
filter | string | No | Filter participants (e.g., earliest_start_time > "2024-01-01T00:00:00Z") |
pageSize | number | No | No description |
pageToken | string | No | No description |
| Parameter | Type | Description |
|---|
participants | json | List of participants with name, times, display name, and user type |
nextPageToken | string | Token for next page of results |
totalSize | number | Total number of participants |