Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjun-g/google-meet-desktop
An unofficial desktop app for Google Meet
https://github.com/arjun-g/google-meet-desktop
electron google googlemeet
Last synced: 2 months ago
JSON representation
An unofficial desktop app for Google Meet
- Host: GitHub
- URL: https://github.com/arjun-g/google-meet-desktop
- Owner: arjun-g
- License: mit
- Created: 2020-05-03T10:16:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:53:31.000Z (about 2 years ago)
- Last Synced: 2024-04-15T12:23:53.228Z (10 months ago)
- Topics: electron, google, googlemeet
- Language: JavaScript
- Size: 204 KB
- Stars: 23
- Watchers: 4
- Forks: 11
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Google Meet Desktop (Unofficial)
**Unofficial desktop application for Google Meet built with electron.**
![Screenshot of Google Meet Desktop](https://static.arjun-g.com/google-meet/google-meet-screenshot.jpg)
## Features
- Presenter can draw/annotate on screen when sharing the screen
![Demo of annotation feature](https://static.arjun-g.com/google-meet/google-meet-annotation.gif)
- ~~Share audio while sharing application window (Windows Only)~~ (Temporary disabled due to a audio loop issue)
- Global shortcuts to mute/unmute microphone and switch on/off camera| Shortcut | Use |
| ---------------------- | ----------------------------- |
| `Ctrl/⌘` + `Alt` + `A` | Toggle microphone mute/unmute |
| `Ctrl/⌘` + `Alt` + `V` | Toggle camera on/off |## 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
- [ ] 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](https://github.com/arjun-g/google-meet-desktop/releases) for your operating system or build it yourself (see below).
## Building
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/arjun-g/google-meet-desktop
$ cd google-meet-desktop
$ npm install
$ npm start
```