opentok / accelerator-screen-sharing-js

Accelerator Screen Sharing JS provides an easy way to get started in implementing interoperable screen sharing using the OpenTok platform.
https://tokbox.com/
MIT License
16 stars 16 forks source link

Chrome Extension should not be required anymore #41

Open jdugas opened 3 years ago

jdugas commented 3 years ago

Question or Feature Request

The documentation indicates that a chrome extension is not required, which I suppose is correct if you are not using chrome. It's currently required when using chrome.

The vonage opentok api documentation states that chrome no longer needs an extension as of version 72. Where Chrome is at version 90+ at the time of writing this, I think the package should be updated to work like Firefox where it only requires the extension if the version is older than version 72.

jdugas commented 3 years ago

I found that you can workaround this bug by setting the 'extensionID' parameter to any string value.