We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(no versions yet)
I assumed that when the browser supports WebRTC it would also support EventTarget, but that is not always the case. (looking at you "Safari")
I'm guessing we should keep using EventEmitter, it does not add additional package overhead because that is also used by sip.js.
The text was updated successfully, but these errors were encountered:
Just putting this here for documentation purposes & triggering possible discussions
Sorry, something went wrong.
We could also use a polyfill for Safari: https://www.npmjs.com/package/event-target-shim
No branches or pull requests
Version
(no versions yet)
File / Feature
Summary
I assumed that when the browser supports WebRTC it would also support EventTarget, but that is not always the case. (looking at you "Safari")
I'm guessing we should keep using EventEmitter, it does not add additional package overhead because that is also used by sip.js.
The text was updated successfully, but these errors were encountered: