Choose video conferencing app when adding video conferencing?
v27.1 added a "add video conferencing" button, which is great, except that I can't find a way to choose which video conferencing to add. In the actual google calendar webui, I get the option to choose google meet or zoom (via the zoom for gsuite integration on the gsuite side, not from the zoom chrome extension), but the "add video conferencing" button in checker plus only adds a google meet invite, where I need to be using zoom. Any way to make this button work with other video conferencing apps integrated on the gsuite side?
Comments
Interesting details about the gsuit Zoom. If there's an API available to communicate with Zoom, then i'll look into it, but generally I'm using all Google native APIs within the extensions.
I figured it was a matter of "does Google's API provide access to gsuite apps for video conferencing". Judging by the doc below, it seems the answer is no, but I have not had an opportunity to play around with it and see what values are returned for "conferenceProperties.allowedConferenceSolutionTypes"
https://developers.google.com/calendar/create-events#conferencing
Yeah, that seems like a no.
"conferenceProperties": {
"allowedConferenceSolutionTypes": [
"hangoutsMeet"
]
}
I found this:
https://issuetracker.google.com/issues/167533577