Questions tagged [google-meet]
105 questions
0
votes
0 answers
developer products for Google Meet

Vitor Bruno
- 11
0
votes
1 answer
Is it possible for my app/server to create a Google Calendar event on behalf of 2 people in order for them to privately meet via a Google Meets link?
In my NextJS React app, a meeting needs to be booked between 2 people. Ideally, User A will have to accept a meeting request from User B, and then I'd like a Google Meets link to be created and shared with both User A and User B's respective…

DustyJay
- 1
- 1
0
votes
1 answer
Under what situation would muting an
I realize that the title may be a little confusing, so let me give some context.
I'm writing an extension to do some audio manipulation with Google Meet, and, after studying its behavior, I found a weird issue that I can't seem to wrap my head…

Louie Torres
- 28
- 1
- 6
0
votes
2 answers
What are the package name for google meet in Android and iOS?
I wanted to know the package name for Google meet in Android and iOS. Currently I know the package name for Zoom and Teams in Android manifest. This is my Android manifest code where I'm specifying the package name for Zoom and Teams
…

Judson Abraham
- 316
- 2
- 11
- 37
0
votes
1 answer
not able to add meet link to google calendar events in java
I am working on a spring boot api which schedules events for me but and its working fine but along with events I want to add a meet link too and I am not able to do that.I am using a service account from cloud console and shared my personal account…

rudeTool
- 526
- 1
- 11
- 25
0
votes
3 answers
How to create a event with google meet link using service account in API?
Using a service account, how to generate a google meet link by creating an event using google calendar API. I have my authorization all working fine. But I don't have any idea what. Here is my code, creating events successfully but not generating a…

Ajay P Manoj
- 1
- 1
- 2
0
votes
1 answer
Is there an API to get Google Meet attendance report?
There is attendance tracking feature in Google Meet for business accounts that can be turned on in the settings and Google emails the report after the meeting ends. I want to know if an API is available to get the attendance report programmatically?

Saquib Nasim
- 30
- 4
0
votes
2 answers
I need to create new google meet link but without creating event in google calendar. I tried creating link with google calendar api
result=self.gmeet_service.events().insert(calendarId='primary',body=event,conferenceDataVersion=1).execute()
I need a link without event in google calendar
0
votes
1 answer
Open link in google meet app from BROWSER
I am trying to open a google meet link form chrome. But it is only opening the store page even thought the google meet app is installed. I tried using the following :
Is there any fix for this. if…

chrome_pro
- 13
- 3
0
votes
3 answers
Changing the value of a Textarea in javascript
I don't know how to change the value of data-initial-value (highlighted in red in the picture) with in the textarea div. I have tried using .innertext with the input "hi" but you can see that it only changes the inner text and has no effect on the…

UofCcoder
- 15
- 1
0
votes
0 answers
How to get Google Meet link using API
In my angular app, I'm providing a field for meeting link submission where users can put google meet link and submit it. I'm planning to provide a Generate google meet link button which will generate a new google meet meeting link.
I've seen the…

Shahriar Rahman Zahin
- 624
- 1
- 11
- 23
0
votes
1 answer
How to create a Google calendar event with hangoutLink (Google meet)
i'am using spatie/laravel-google-calendar package to create event with meeting but it only create event without meeting, i merged this commit
but it didn't work 'still create event without meeting'.
this is createFromGoogleCalendarEvent method of…

Mohamed Ali
- 31
- 1
- 7
0
votes
2 answers
is there any API in google classroom which returns the google meet address?
I want to get the google meet address as a response after creating the course in google classroom api. I couldn't find any API. If possible please assist.

MANU MISHRA
- 13
- 2
0
votes
1 answer
How to export Google Meet and Google Meet live stream urls to Google sheet?
So I'm working off an App Script template that allows you to find and export your Google Calendar for a range of dates to a Google Spreadsheet for further reporting or processing (hosted at…

reop2021
- 3
- 2
0
votes
1 answer
Does google meet use WebRTC
I am new to webrtc development, I would like to create a conference room with multiples connections. I have read about webrtc and peer communication. I would like to know if google meet used one peer connection for every participants one another. If…

Felipe
- 21
- 1
- 3