问题描述
我正在创建一个系统,我想在其中从 NodeJS 代码生成 Google Meet 会议.是否有用于在 Google Meet 中创建新会议的 API?https://meet.google.com/ 上有按钮创建新会议
我想使用 API 做类似的事情
我知道可以使用 Google Calendar API 创建会议,但我正在寻找适用于 Google Meet 的直接 API,而无需创建日历事件.
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.
它不能解决我的问题,但也许会帮助其他人.还可以选择使用 https://meet.google.com/生成会议lookup/[custom-meeting-name] 但你需要有 Google Workspace(前 GSuite)
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)
推荐答案
现在可以通过以下网址创建新会议:http://meet.google.com/new
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.
这篇关于Google Meet 有直接的 API 吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!