Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ZoomGov #9

Closed
petersonjdNIH opened this issue Dec 14, 2023 · 5 comments
Closed

Support for ZoomGov #9

petersonjdNIH opened this issue Dec 14, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@petersonjdNIH
Copy link

ZoomGov is similar to Zoom in a lot of ways, but uses different infrastructure, URLs, etc. I suspect this is causing the Zoomie plug-in to be unaware and not load to work like it does with the original Zoom.

Anything that can be done to resolve this would be most appreciated.

Screenshot 2023-12-14 at 8 37 34 AM
@davidshumway
Copy link
Owner

davidshumway commented Dec 15, 2023

Interesting! I don't have a zoomgov.com account, but it'd be interesting to try the extension there.

@davidshumway
Copy link
Owner

davidshumway commented Dec 15, 2023

ZoomGov is similar to Zoom in a lot of ways, but uses different infrastructure, URLs, etc. I suspect this is causing the Zoomie plug-in to be unaware and not load to work like it does with the original Zoom.

The extension runs when the URL matches the pattern:

https://zoom.us/wc/*
https://*.zoom.us/wc/*

There are few URL patterns for the web client, but mostly they end up at the same place, i.e. the zoom room. Rather than finding out all of the possible URLs, the extension matches on any pattern including "/wc/". A notable exception to a "/wc/" URL that doesn't lead to a zoom room is https://*.zoom.us/wc/home, which is apparently similar to the home page that's visible in the regular desktop client. In any case, the extension simply polls 5 times per second for the breakout room button to appear, then adds functionality from there.

@davidshumway
Copy link
Owner

davidshumway commented Dec 15, 2023

I added https://*.zoomgov.com/wc/* to the list of allowed URLs and updated the extension on the Mozilla add-ons store, so you can give it a shot. If there aren't any layout differences in the web client, then it should work as expected.

@petersonjdNIH
Copy link
Author

petersonjdNIH commented Dec 15, 2023

Awesome. You're a legend. I'll start testing and report back how it goes.

@petersonjdNIH
Copy link
Author

Seems to be working fine:
Screenshot 2023-12-15 at 11 30 55 AM

@davidshumway davidshumway added the enhancement New feature or request label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants