Questions tagged [google-meet]

105 questions
0
votes
0 answers

Trying to Create Chrome Extension to present entire screen in one button | Google Meet

I'm trying to make a chrome extension that allows, with one button click to present the entire screen (instead of clicking present now, entire screen, select screen, etc) in Google Meet. I found an issue where the "Your Entire Screen" button under…
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
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
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
  • 65
  • 1
  • 9
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…
0
votes
1 answer

I'm not able to create a hangouts link or google meet link through google calendar API

A few days ago , it was working the "Automatically add Google Meet to my calendar events". Suddenly, It has not worked in Google Calendar API and the "getHangoutLink()" returns "null". How can I fix it? Help me with some codes. Thanks in advance.
0
votes
1 answer

Can i run a bot on google meet

I am a 15-year student. I am a student as well as a growing programmer. I want to create a bot that reminds the teacher that "It's your time to leave the class!" I heard somewhere that "running bots on websites is illegal". So, I thought to ask you…
-1
votes
1 answer

A bookmarklet to customise Google Meet layout

I am using Google Meet for presentations from my Surface tablet. What I do is creating a meeting with the tablet and the desktop PC attached to the projector, and then sharing the tablet screen. It is time-consuming and boring to setup Google Meet…
antonio
  • 10,629
  • 13
  • 68
  • 136
-2
votes
1 answer

Can i generate google meet link using core php

I am working on an education website where teachers need to generate google meet link for student for 1v1 class. The solutions I am seeing on internet is to linking google calendar etc. I am confused what to do. I just want to generate simple google…
Idexigner
  • 45
  • 8
-2
votes
1 answer

Tracking nicknamed Meets attendance

In a Google Education (Classroom) context, we are trying to get (via an API) the attendance for the meets generated by a certain nickname (specifically for the ones generated by the google classroom courses). We are able to get Meet statistics using…
-3
votes
1 answer

Unmute microphone in Google Meet programmatically with Java Script

I am trying to create a Java Script and inject it using a chrome extension "User JavaScript and CSS" which can unmute the microphone on google meet when needed. I'm new to this and totally don't know what to do. Here is an example code which does…
Jeniz J
  • 1
  • 1
1 2 3 4 5 6
7