ChrisRegado / streamdeck-googlemeet

A Stream Deck plugin to manage your Google Meet microphone and camera.
MIT License
323 stars 32 forks source link

Support for raising hand #2

Closed woutf closed 3 years ago

woutf commented 3 years ago

Google recently added support for virtually raising one's hand in a Meet call. It would be great if I could map that functionality to the Stream Deck

gototen commented 3 years ago

I added the ability to raise one's hand, as well as the ability to pin and unpin the current presentation, in my fork. I built it on Will Norris' fork because I also wanted his chat toggle code as well. I can create a PR once his work is brought into the project, or I can make a PR directly to the main repo if others prefer.

https://github.com/gototen/streamdeck-googlemeet/tree/hand-raise-pin-presentation

ChrisRegado commented 3 years ago

@gototen Yes, please feel free to send over a PR! Will's changes are all in this repo. GitHub just says the forks are out of sync because his PR was squash merged.

mhall commented 3 years ago

@gototen it would be awesome to get a PR for this to the main repo when you have bandwidth :) I've hacked it into my local copy, but there have been some upstream changes so it might need some tweaking for consistency.

gototen commented 3 years ago

Sure! I'm going to move this to a fork directly off of the main project and then open the PR there.

gototen commented 3 years ago

@mhall FYI I created a new PR against main. It shouldn't be too long till it's merged.

ChrisRegado commented 3 years ago

Release v1.2.0 is now published with a Raise/Lower Hand button.

mhall commented 3 years ago

@gototen Thanks so much for doing this! It works great!