-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
Interesting! I don't have a zoomgov.com account, but it'd be interesting to try the extension there. |
The extension runs when the URL matches the pattern:
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. |
I added |
Awesome. You're a legend. I'll start testing and report back how it goes. |
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.
The text was updated successfully, but these errors were encountered: