Search code examples
webrtcortc

convert webrtc to ortc?


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 ?


Solution

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