Questions tagged [google-meet]

53 questions
0
votes
0 answers

how to get notification when someone request to join a google meets I setup when I am not in that meets yet?

setup a meets but not joined it yet. share the meets link to joe. joe click the link and request for approve to join the meets. can I get a notification that joe is asking for join into the meets. maybe it will need some GAS programming?
0
votes
0 answers

Sending a private message to someone in a Google Meets group

Is there a way to send a private message to one of the participants in a group/room in a Google Meet so that it's only that person that gets to see it and not the other participants in the meeting?
0
votes
0 answers

Google meet dosent creates admition message when the tab is not active

I want to make a browser extension which will allow google meet users to admit students while they are in any other window. The popup window will stay top of all windows and its content will be scraped from a google meet instance running on a…
0
votes
0 answers

Google meet is not creating admission message when the tab is not active

I was making an extension for google meet which will make a popup window of that message and keep message top of all windows. But for some reasons the admission request is not being created while the tab is not active or window is minimized. I use…
0
votes
1 answer

Hosting Videos Stored in Google Drive created by Google Meet

We use Google Meets a lot to record our meetings. I move the video files to a specific folder and then use GAS to deliver a JSON object of the file information in that folder to a webpage in Google Sites so that I can create a select menu that…
0
votes
0 answers

Firefox new popup during meeting

I have been using firefox long ago, and I used to do meeting using googlemeet on firefox, during the meeting there was a small icon for firefox with a mic at the top of the screen but that was not annoying me (like this one How to Hide Firefox…
Nizar
  • 125
  • 7
0
votes
1 answer

Required auth to download a Google Meet recording

I'm working on an integration to stream Google Meet recordings to a 3rd party file storage service. Here's the rough workflow I'm following Create the meeting using the Google Calendar API During the meeting, a user optionally records After the…
0
votes
0 answers

How to add new users to a G Suite for Education account?

My company is working on an e-learning website where schools can register and take online classes using Google Meet. We require the following flow : When a school registers themselves to our app, the school is asked to create a G suite account (The…
kaii_d
  • 1
  • 1
0
votes
0 answers

unable to click on 'Ask to join' in google meet using selenium and python

I have tried many ways to click on 'Ask to join' button on google meet using selenium. Here are some ways i already tried if you know any other way please help me out. tried 1 tried 2 tried 3 code snippet that i already tried: btn =…
Javed Ali
  • 23
  • 4
0
votes
0 answers

How can i limit/lower Google Meet uplink bandwith?

Austria is in Covid19 Lockdown II, kids are using Google Classroom, we live in a rural area, Internet is 30/6mbit/sec (down/up). Google Meet seems to take 2mbit/s uplink per videoconference, 2 kids + spouse&me in homeoffice brings our connection to…
woecki
  • 101
  • 1
0
votes
0 answers

Is it possible to detect if there is a call in progress?

Is it possible to detect if there is a call in progress under MacOS? I would like to identify if there is any conference call in progress (via Zoom/FaceTime/Google Meet/Google Hangouts/GotoMeeting/etc.). I am digging through the MacOS SDK and trying…
thorax
  • 368
  • 4
  • 16
0
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…
0
votes
3 answers

Automate Google Meet using python

I want my code to join a google meet as I say which I have done using webbrowser module. But I also want that my assistant to join the class with mic and cam off. Can some1 pls suggest me a way with which I can make my assistant join the class with…
0
votes
2 answers

Unable to create a Google meet conference for existing Google calendar event

I have an application that can correctly generate events in Google calendar, and now I want to be able to modify any event by generating a Google meet link for it. Ideally I would like to generate Google meet links without any calendar events, but…
jbarren
  • 55
  • 1
  • 7
0
votes
1 answer

Error when using the “find_element” command in selenium python

I'm programming a boot that interacts with a google page (google meet) for this I'm using selenium webdriver, but when i run the code find_element in python it gives the following error: selenium.common.exceptions.NoSuchElementException: Message: no…