Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there direct API for Google Meet? [closed]

I'm creating a system where I want to generate Google Meet meeting from NodeJS code. Is there API for creating a new meeting in Google Meet ? There is button Create new meeting on https://meet.google.com/ and I want to do something similar using API
I know that it is possible to create meeting using Google Calendar API but I'm looking for direct API for Google Meet without creating calendar event.

[EDIT] It does not solve my problem, but maybe would help someone else. There is also option to generate meeting using https://meet.google.com/lookup/[custom-meeting-name] but you need to have Google Workspace (former GSuite)

like image 623
shark Avatar asked Apr 14 '20 19:04

shark


People also ask

Is there any API for Google Meet?

get() with applicationName=meet . You can use these parameters with this reports API to get details about the duration, number of participants, and device-specific characteristics of Meet calls, and general levels of Meet user activity across your organization.

Can you see Google Meet call history?

Who can access the Google Meet history feature. Google Meet used through 'personal accounts' (ie. those ending in @gmail.com) do not have a history feature. As of 2022, you can't view the date, duration or attendance of past meets outside of the information in your calendar.

What happens when Google Meet ends?

End meeting for all: Everyone, including people in breakout rooms, will be ejected from the meeting. Participants will be informed that the host has ended the meeting. Once the meeting has been ended, people will not be able to rejoin, unless the host rejoins first.


2 Answers

It is now possible to create a new meet by going to this url: http://meet.google.com/new

That being said, it's not immediately obvious how you could get the link for the generated meet.

like image 53
JRJurman Avatar answered Sep 20 '22 03:09

JRJurman


Try http://g.co/meet/yourmeetingname. This redirects to the same meeting URL if they're on the same Google Apps account.

Found this at https://gsuiteupdates.googleblog.com/2020/03/hangouts-meet-edu-updates.html

like image 37
gmccullough Avatar answered Sep 23 '22 03:09

gmccullough