AgoraIO / rtc-web-archive

Other
22 stars 29 forks source link

Firefox: remove deprecated API calls #20

Open spixy opened 4 years ago

spixy commented 4 years ago

Both desktop & mobile Firefox:

WebRTC interfaces with the “moz” prefix (mozRTCPeerConnection, mozRTCSessionDescription, mozRTCIceCandidate) have been deprecated.

Mobile Firefox:

WebRTC: Outdated and non-standard {sdpSemantics: "plan-b"} is not supported! WebRTC may be unreliable. Please update code to follow standard "unified-plan".

WebRTC: RTCIceServer.url is deprecated! Use urls instead.