Google Meet is a secure video conferencing platform that integrates with Google Workspace, facilitating remote meetings, screen sharing, and chat
Creates a new Google Meet space, optionally configuring its access type and entry point access controls.
Ends an active conference in a Google Meet space. REQUIRES 'space_name' parameter (e.g., 'spaces/jQCFfuBOdN5z' or just 'jQCFfuBOdN5z'). Use when you need to terminate an ongoing conference in a specified space. This operation only succeeds if a conference is actively running in the space. You must always provide the space_name to identify which space's conference to end.
Get conference record
Retrieve details of a Google Meet space using its unique identifier.
Retrieves detailed information about a specific participant from a Google Meet conference record. Returns participant details including user identity, display name, and meeting join/leave times. PREREQUISITE: You must first obtain the participant resource name. Either: 1. Use LIST_PARTICIPANT_SESSIONS with a conference record ID to get available participants and their resource names 2. Use LIST_CONFERENCE_RECORDS to get conference record IDs if you don't have one The 'name' parameter is REQUIRED and must be in the format: 'conferenceRecords/{conference_record}/participants/{participant}'
Retrieves recordings from Google Meet for a given conference record ID.