apprtc icon indicating copy to clipboard operation
apprtc copied to clipboard

RTCPeerConnection.getLocalStreams/getRemoteStreams are deprecated

Open rantonysamy opened this issue 7 years ago • 1 comments

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

rantonysamy avatar Oct 30 '17 14:10 rantonysamy

How is this issue going? And what's the word around method to obtain local as well as remote mediastreams?

betimer avatar Jul 29 '18 22:07 betimer