Questions tagged [google-meet]

105 questions
18
votes
1 answer

screen share not working in Ubuntu 22.04, showing black screen with Slack, Google meet etc

Facing screen share not working in Ubuntu 22.04, showing as black screen with Slack, Google meet and other teams connecting platforms.
Niyaz
  • 733
  • 2
  • 8
  • 17
13
votes
0 answers

Google Meet IDs generation mechanism?

I would like to discuss about how Google Meet ID generated. As we may know, the best approach to generate a unique, non-iterable ID maybe using UUID. However, Google Meet use a totally different approach to generate the IDs. It seems that Google…
shihpeng
  • 5,283
  • 6
  • 37
  • 63
9
votes
0 answers

Make Google Meet confirm before leaving page?

I spend a good part of my day in meetings in Google Meet (to be clear, meet.google.com). Periodically, I accidentally hit refresh or close the wrong browser tab, and it's the Meet tab that I'm closing, which of course means that I'm accidentally…
GaTechThomas
  • 5,421
  • 5
  • 43
  • 69
9
votes
1 answer

Google Meet background Blur

I was curious of the new "turn on/off" background blur functionality of Google Meet (currently in test). I have investigated a bit and it seems it is using Tensorflow Lite models: segm_heavy.tflite segm_lite.tflite via…
loretoparisi
  • 15,724
  • 11
  • 102
  • 146
7
votes
3 answers

Meet in Google Calendar API

How can I add google meet in google calendar api in java? Please help me. I haven't understood the google documentation. https://developers.google.com/calendar/create-events. The source code is given here. Here, I want to create event using users…
TuitionAppSpl
  • 146
  • 1
  • 8
4
votes
1 answer

Google meet streaming through MediaRecorder APIs

I am trying to record google meet audio and video using getDisplayMedia using media options.I am able to record my screen through getDisplayMedia but unable to record voice coming in google meet. How can I use passive recording or is there any way…
3
votes
1 answer

Google Calendar API: Cannot get Google Meet link for newly created event with service account access in PHP

I cannot get this to work, have been looking at several other related questions and answers and I think the problem is somewhere in the fact that I'm using a service account for this. The situation is: I have a Google Service Account and a Google…
3
votes
0 answers

Host Controls update using Calendar API

How can I update/set the host controls' Quick Add settings to off while creating event using google calendar api. I want to achieve that when the host is not present in the meeting, no one else can join. Image showing host controls: My current api…
Zoha
  • 39
  • 4
3
votes
1 answer

Using i-frame or SDK to embed Google meets

Is there a way in which I can embed Google meets in my angular 12 web-app using i-frame or their SDK(if they provide). On trying to open a Google meet meeting in an i-frame I receive the see below error message. I haven't discovered any proper…
3
votes
0 answers

Integrate Google Meet video calls in iOS webview

In my iOS app I am trying to open Google Meet meetings in the web view. But When I tried to open meeting url it redirect me to install app page. So I tried to open force desktop view of it and I changed customUserAgent of WKWebView as…
3
votes
0 answers

How do Google Meet virtual backgrounds work?

Does anyone know how Google Meet manages to do Virtual Backgrounds with my webcam without requiring a browser extension or anything — it seems very impressive that it can do this in real time via my browser - is this a Google Chrome feature?
3
votes
2 answers

How to check if a google meet is open/available to join (Python)

I want to make a python program that can check if a google meet is open/available to join (like doing ping meet.google.com/custom-meeting-link from cmd). Is there any modules I could use/any way of doing this?
John Smith
  • 41
  • 6
3
votes
1 answer

Working with jscontroller property with google products

I was trying to create a google chrome extension for google meet, so I looked to the html code of Meet, and I saw a lot of property like jsaction="data"; jscontroller="data"; jsname="data"; jsmodel="data". The property id="data" never appears, so I…
Devmiki
  • 49
  • 1
  • 6
3
votes
1 answer

How to join Google meet automatically when the host starts the meet?

I want to know if there is any way we can join the meeting automatically when the host starts the meet. In meet links like shown below, we have to reload the page continuously until the host doesn't start the meet. Here is the page when the host…
Sudhanshu
  • 31
  • 1
3
votes
1 answer

Get Google Classroom Meet Links

How to get "Google Classroom Meet Links", Has anyone found a way to pull this info from the API or vs. ? I can get class codes, teacher emails, and links but can't reach classroom meet links.
1
2 3 4 5 6 7