ChrisRegado / streamdeck-googlemeet

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

Attempt to go back to the home screen after hanging up. #15

Closed andrewachen closed 3 years ago

andrewachen commented 3 years ago

You normally end up at the survey screen after hanging up. Wait a few seconds and then go back to home to be ready for the next meeting.

ChrisRegado commented 3 years ago

Thanks for posting!

I'm not sure everyone will want their Hang Up button to work this way. I personally like having the Rejoin button available, and in the case that I definitely don't need it, having a multi-second pause before jumping to the landing page isn't ideal either.

Would it be better if we instead made a dedicated "Go Home" button that instantly does a window.location = "https://meet.google.com/landing";, without even attempting to click the leave call control or sleeping? Something like that might be more composable in a Stream Deck Multi-Action as well.

andrewachen commented 3 years ago

Thanks, let me revise and resubmit.

ChrisRegado commented 3 years ago

Closing for inactivity. Please feel free to resubmit if you get around to making those changes!