Questions tagged [google-meet]
105 questions
1
vote
2 answers
Google Meet Crashes "Owner Asynchronously disposed" message in console
Recently I am facing an issue with google meet in firefox as well as chrome. In the google meet call the other person cannot hear me and after a few seconds the call disconnects saying network issues.
1] Console shows the above error message.
2]…

Shine Cardozo
- 489
- 5
- 16
1
vote
0 answers
Google Meet Participant ID explanation
I am building a Chrome Extension for Google Meet, in which I need to uniquely identify all of the users (emails and such will not be good enough as a meeting can contain multiple participants of the same Google Account). I have noticed that in the…

Yuval.R
- 1,182
- 4
- 15
1
vote
1 answer
How to implement camera toggle like Google Meet
I am trying to implement something like the camera on/off toggle that Google Meet has. I have tried getting the tracks from getUserMedia and setting enabled = true/false, it works but the camera indicator light is still on all the time. How are they…

briq
- 23
- 2
1
vote
0 answers
How to detect webex meeting or google meeting in progress
I would like to automate disabling breaks in stretchly while a webex meeting or google meeting is in progress on my PC. I'm using win10.
Unfortunately, both Webex and google meeting do not spawn a new process when the meeting is in progress.…

Vitek
- 71
- 5
1
vote
1 answer
How to get the list of Meet codes to Google Sheet in Classroom with Google App Scripts
I have a lot of classes in Classroom that have created Google Meet Links. I want to export a list of all those Google Meet Links to google sheet using google app scripts. Hope you can help. Thank you very much. have a nice day

Ngô Sĩ Liên THCS
- 11
- 1
1
vote
0 answers
Google Meet: Get current active members of a meeting
I would like to get the current active members of an active Google Meet call.
Does the API support this?

Adam
- 350
- 1
- 5
- 15
1
vote
0 answers
Google Calendar API - I am able to create google meet conference link and send invite too - I would like them to add automatically to call
I am using google calendar API to create calendar event along with Google meet conference link. I am able to send the invite to a guest; However, I would like to add them automatically to the conference link whenever they click on the link at the…

sanjay mangalaram
- 21
- 1
1
vote
1 answer
How to integrate Google Meet into an Iframe?
I am trying to use Google Meet on my website using the
user13944038
1
vote
0 answers
iphone google meet link not join room
I'm trying to open Google Meet link from iOS like this:
if let link = URL(string: "https://meet.google.com/\(MeetingCode)") {
UIApplication.shared.open(link)
}
But this can not join room successfully sometimes, only open meet application or gmail…

BrianLu
- 21
- 3
1
vote
1 answer
MediaDevices.enumerateDevices() is not showing virtual webcam in browser but google meet and other website are showing
I use Google meet in Chrome browser for online video meeting. In Google meet I can select my webcam in video devices. I can select any real hardware or virtual webcam and thats works well.
I am sure Chrome detect all real or virtual webcam see…

Alok
- 7,734
- 8
- 55
- 100
1
vote
1 answer
google calendar create event without user logging in
Is it possible to create an event on behalf of my own application?
I tried using API Key but that doesn't work. I want all the event to be under my app's account. I don't want to make the user login. I just want to create new google Meet links.

Rony Tesler
- 1,207
- 15
- 25
1
vote
0 answers
Get Google Meet recorded minutes
I'm trying to get the total Google Meet recording minutes for the organization. In the Google Meet Quality tool I can see that there is a field named "Recording Status" and "Length".
Ideally, I would like to get a list of all Google Meets that have…

auxburg
- 11
- 1
1
vote
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?

johnn
- 317
- 1
- 5
- 15
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,983
- 9
- 40
- 66
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…

Vman
- 401
- 1
- 4
- 14