convert webrtc to ortc?

268 Views Asked by At

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 ?

2

There are 2 best solutions below

0
On BEST ANSWER

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

0
On

Edge now fully supports WebRTC including RTCPeerConnection.