-
Notifications
You must be signed in to change notification settings - Fork 100
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
Make screensharing extension integration customizable #230
Comments
That shouldn't be an issue. |
Thanks for mentioning Still in our case we use no Currently we use following regexps to patch AdapterJS code on Webpack build:
|
Hello, I think this issue is still present! i guess it would be useful to have a sort of init method where to possibly specify custom configurations, or a method to update such configurations. Notice that I am using adapter.screenshare.min.js from NPM imported as ES6 module in my app code. |
In our application we use our custom Chrome extension to provide screensharing. Now we must patch adapterjs sources to not to use universal iframe with
detectRTC.html
. Would you accept a pull request which would make it configurable?The text was updated successfully, but these errors were encountered: