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
RTCPeerConnection.onaddstream, which is used in xirsys.p2p.js, has been deprecated and should be replaced with RTCPeerConnection.ontrack according to MDN.
The text was updated successfully, but these errors were encountered:
Hm, actually looks like Firefox 46 is the only browser that supports ontrack right now (again according to MDN). I'm fine if we close this issue, or perhaps rename it to be RTCPeerConnection.onaddstream will be deprecated and will need replacing.
RTCPeerConnection.onaddstream
, which is used in xirsys.p2p.js, has been deprecated and should be replaced withRTCPeerConnection.ontrack
according to MDN.The text was updated successfully, but these errors were encountered: