Questions tagged [google-meet]

105 questions
0
votes
1 answer

How to get the file id of a google meet recording using google api?

This is what I am expecting Create a calendar event with a google meet link - this is working When the host records the meeting, it gets saved in the host's drive. We got the drive read permission using scope:…
0
votes
1 answer

Service account application

I would like to make service account application in C# that every x minutes/hours check for all the users in the organization drive for downloading google meet recordings.(Is that even possible?) I've already created a project in the developer…
0
votes
0 answers

App Verification Issue - Google Meet Integration for WordPress Plugin

(I am not really a developer so I will not be able to understand most tech terminology...) I have a website made with WordPress and am having trouble with Google Meet Integration for a plugin (Tutor lms). I followed the instruction by Tutor lms and…
Ahisa
  • 1
0
votes
0 answers

set other meeting app status while busy in meeting with one app(Ms-Teams, Zoom, Google-meet,Slack)

I want to create a tool using python which do the following task:-- Detect in real time that which video conferencing app is currently running .(used camera, microphone, screen sharing) set the status in other apps while busy with one app. what…
0
votes
0 answers

How determined who can join google meet in list

I have list of emails (contain 50 emails) How can i authorize only these emails to join google meet . In education workspace Thanks I don't know how to start this
Anmar
  • 1
0
votes
0 answers

How to open google meeting link in right account

Hy as a user I have logged into three google account when I generated the link using one of my account refresh tokens. I want that it opens with the right account when i click on the link generated using below code without the manual need to switch…
sahil
  • 5
  • 3
0
votes
0 answers

Google meet event integration with service account credentials not working .NET Core

To create service account followed link : https://developers.google.com/workspace/guides/create-credentials Added domain wide delegation and API Controls authorization for scopes…
0
votes
0 answers

Google Meet Link is not generating

i have integrated Gcalender to my app and the event is created but in that event the Gmeet link is not created i have read the documentation written in Developers.google but not working can anyone Suggest a change in my code I am posting my code…
0
votes
0 answers

how to get attendances Track from the Google API?

We are using the API of google calendar to create events and we have some invites to that, the problem is that we want to get the Attendance, we know that calendar has the feature Attendance Tracking, and that works perfectly, but we need to get…
0
votes
0 answers

How to accept request with selenium in python

Im doing a project for my school project and my project is talking about auto google meet but i stuck when login meeting .The meet wants me to Allowing Camera and Mic access in Chrome 64 .how can i do here is my code: from selenium import…
0
votes
1 answer

Extract images of people in call from Google Meets recording

I want to extract the individual persons from the video screenshot as an image. So from this frame I want 5 images, which I'll export as 1.jpg, 2.jpg ..., 5.jpg, by creating bounding boxes for each box of video. zoom conference example. How would…
0
votes
1 answer

Google Meet Android app crash when new meeting link is opened via intent

On Android 11, 10 and lower, the google meet app does not handle the runtime permission defined in it's resolved activity com.google.android.libraries.communications.conference.ui.intents.AssistantNewUrlHandlerActivity This can be easily reproduced…
Hossain Khan
  • 6,332
  • 7
  • 41
  • 55
0
votes
0 answers

is there any proper way to get google meet caption using javascript mutation observer?

I'm trying to get google meet caption(when user complete talking) but I'm unable to do that, I receive captions in pieces, so My question is how can i get the google meet caption when user complete his talk using javascript mutation observe. this is…
0
votes
2 answers

Attendees being able to join Meet without permission. Google Calendar API

I Am using the Google Calender API to generate a Google Meet link, my problem is that the attendees need the host permission to access the Meet, I tried setting them as organizers but it doesnt seems to do anything, is there any parameter or…
chris
  • 27
  • 4
0
votes
1 answer

Support for remote reboot of Google Meet Hardware Device

We are looking for a solution to programmatically reboot Google Meet Hardware devices (ASUS Chromebox) through an REST API. We can press the reboot-button in the Admin UI and we have tried the…