Path Parameters
Conferencing application type
Available options: 
google-meet curl --request POST \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/connect{
  "status": "success",
  "data": {
    "id": 123,
    "type": "google_video",
    "userId": 123,
    "invalid": true
  }
}curl --request POST \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/connect{
  "status": "success",
  "data": {
    "id": 123,
    "type": "google_video",
    "userId": 123,
    "invalid": true
  }
}Conferencing application type
google-meet Was this page helpful?