Google Super

GOOGLESUPER_GET_RECORDINGS_BY_CONFERENCE_RECORD_ID

Retrieves recordings from Google Meet for a given conference record ID.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_RECORDINGS_BY_CONFERENCE_RECORD_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "conferenceRecord_id": {
      "type": "string",
      "title": "Conference Record Id",
      "description": "Unique identifier for the conference record."
    }
  }
}