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 ?
https://github.com/webrtc/adapter has a shim for RTCPeerConnection on top of ORTC. Recommended by some Microsoft folks even.
Edge now fully supports WebRTC including RTCPeerConnection.
Copyright © 2021 Jogjafile Inc.
https://github.com/webrtc/adapter has a shim for RTCPeerConnection on top of ORTC. Recommended by some Microsoft folks even.