Replies: 1 comment 10 replies
-
It's because of the custom URL scheme ( You can tell CEF to allow an unknown URL scheme to attempt execution via the registered OS protocol handler. This is done via the |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I've encountered one issue regarding the use of Zoom's website (Video Conferencing) on this package. Upon create or joining meetings (zoom us -> login -> main page -> Join / Host ), Zoom redirects leads to an ERR_UNKNOWN_URL_SCHEME, not something I've seen when using Zoom before.
I've observed successful webcam support through this package as well as successful meetings on Zoom by altering the URL- to direct the browser specifically to the web meetings. ( Referenced here: https://magpcss.org/ceforum/viewtopic.php?f=6&t=19216 )
I would like to know if there is any direction someone might have to prevent this error. Might it be resolved with a newer version update to CEF? CEFsharp? CEFGlue?
Beta Was this translation helpful? Give feedback.
All reactions