webrtc-video-conference
webrtc-video-conference copied to clipboard
addStream() is deprecated; switch to addTrack(); webRTC API
In public/js/webrtc.js Replace addStream method on RPCPeerConnection objects with addTrack() since the former is deprecated as indicated by mdn here https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addStream#migrating_to_addtrack