apprtc
apprtc copied to clipboard
RTCPeerConnection.getLocalStreams/getRemoteStreams are deprecated
Browsers and versions affected Firefox
Description AppRTC using a Deprecated Method. RTCPeerConnection.getLocalStreams/getRemoteStreams are deprecated. Use RTCPeerConnection.getSenders/getReceivers instead.
Steps to reproduce Open Firefox and Join in a AppRTC Call Open JavaScript Console and watch for Errors and Warnings
Expected results Should not use Deprecated method
Actual results RTCPeerConnection.getLocalStreams/getRemoteStreams are deprecated
How is this issue going? And what's the word around method to obtain local as well as remote mediastreams?