2

I developped a webrc application that works fine on FF and chrome.

I heard Edge browser has ortc support: is it posisble to convert a webrtc to ortc 'easily) or to run the webrtc application on a Edge browser ?

Maybe some JS adapters available ?

yarek
  • 11,278
  • 30
  • 120
  • 219

2 Answers2

3

https://github.com/webrtc/adapter has a shim for RTCPeerConnection on top of ORTC. Recommended by some Microsoft folks even.

Philipp Hancke
  • 15,855
  • 2
  • 23
  • 31
0

Edge now fully supports WebRTC including RTCPeerConnection.

CpnCrunch
  • 4,831
  • 1
  • 33
  • 31