You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainly only shows on iOS and Mac (Safari), meanwhile, Chrome and Firefox on any OS do not trigger an error but the behavior is volatile like sometimes not dispatching the icecandidate and track events.
Steps to reproduce
Note
Use Safari on Mac or iOS, the only browsers returning a visible error.
Versions affected
adapter.js: 8.0.0
Description
I'm using a custom class that extends
RTCPeerConnection
.On the constructor, I call a static method which triggers a
TypeError
:Mainly only shows on iOS and Mac (Safari), meanwhile, Chrome and Firefox on any OS do not trigger an error but the behavior is volatile like sometimes not dispatching the
icecandidate
andtrack
events.Steps to reproduce
Expected results
Create a class that extends
RTCPeerConnection
without issues.Actual results
Overrides all static and non-static methods.
Related issue
#1010
Screenshot
The text was updated successfully, but these errors were encountered: