Questions tagged [google-meet]

53 questions
7
votes
0 answers

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
  • 12,864
  • 9
  • 78
  • 108
4
votes
2 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
  • 106
  • 1
  • 6
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.
2
votes
1 answer

Get Google Meet attendee Status

I am trying to find the status of google meet conference participants. I want to know who connects, who leaves the meeting, all in realtime. Is this possible? I went through the API documentation but I am not seeing how this can be…
2
votes
0 answers

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…
2
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
  • 21
  • 4
1
vote
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?
1
vote
2 answers

Google Hangout / Meet not working with ethernet cable on Macbook 2020

When I joined Google Meet or Google Hangout with my new Macbook, I only saw the participants as black screens. Nobody could hear or see me. I tried Chrome, Safari, OSX Permissions, ... Luckily a friend had the same problem and told me to unplug my…
TomCB
  • 3,823
  • 9
  • 34
  • 60
1
vote
2 answers

Google Reports API not giving Google Meet event participants joined time and leaving time

I have a requirement to get the details of the google meet event. I am looking for join time and leaving of the participants of the completed google meet event. What I tried: I followed this doc…
1
vote
1 answer

Google Calendar API, how to add an event with attached newly generated google meet?

I'm trying to understand how I can generate and attach to a Google Calendar Event a Google Meet istance in PHP. The documentation (https://developers.google.com/calendar/create-events#conferencing) is not clear about this part, the classes and…
Peter
  • 196
  • 11
1
vote
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
  • 11
  • 1
1
vote
1 answer

How to add a Google Meet link to a new Google Calendar Event using a Google Apps Script?

I'm referencing https://cloud.google.com/blog/products/application-development/hangouts-meet-now-available-in-google and https://developers.google.com/calendar/v3/reference/events, but can't seem to figure out how to add the Google Meet link to the…
1
vote
3 answers

Google Stopped creating Google Meet link while creating event using Google Calendar API

From today Google has stopped creating Google meet Url while creating an Event. Event is created, however meet url is not created. This code was working since last 3 month. ConferenceData conferenceData = new ConferenceData(); …
DP Dev
  • 160
  • 1
  • 1
  • 8
0
votes
0 answers

Google keeps instantly closing and cannot figure out why,

from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.keys import Keys import datetime import time import os import keyword class meet_bot: def __init__(self): self.bot =…
Mensch
  • 5
  • 2
0
votes
0 answers

Detect audio on Google Meet with Chrome Extension/Javascript

I'm working on a Google Chrome extensions that automatically mutes the microphone when somebody else is talking, to prevent speaking over each other. I've started by looking at the Chrome tabs API and I can successfully detect a sound played on a…
Aurasphere
  • 3,490
  • 12
  • 37
  • 63
1
2 3 4