pdasilem / google-meet-desktop

An unofficial desktop app for Google Meet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Meet Desktop (Unofficial)

Unofficial desktop application for Google Meet built with electron.

Screenshot of Google Meet Desktop

Features

  • Presenter can draw/annotate on screen when sharing the screen

    Demo of annotation feature

  • Share audio while sharing application window (Windows Only) (Temporarily disabled due to a audio loop issue)

Todo

  • Ability to stop screenshare without opening the main window
  • Ability to draw/annotate on presenter's screen for all participants
  • Show floating video preview when minimized similar to zoom, slack
  • Global shortcuts to mute/unmute microphone and switch on/off camera
  • Customizable shortcuts
  • Mute/umute all participants
  • Add to windows startup
  • Add ability to share audio while screensharing in mac
  • Download chat history

Installation

You can download the latest release for your operating system or build it yourself (see below).

Building

You'll need Node.js installed on your computer in order to build this app.

Linux:

git clone https://github.com/oxmc/google-meet-desktop
cd google-meet-desktop
npm install

Test app:

npm start

Build app:

npm run dist

Mac:

git clone https://github.com/oxmc/google-meet-desktop
cd google-meet-desktop
npm install

Test app:

npm start

Build app:

npm run dist

Windows:

git clone https://github.com/oxmc/google-meet-desktop
cd google-meet-desktop
npm install

Test app:

npm start

Build app:

npm run dist

About

An unofficial desktop app for Google Meet

License:MIT License


Languages

Language:JavaScript 65.1%Language:HTML 25.4%Language:CSS 9.4%