Search code examples
webrtcortc

What is the minimum version of Microsoft Edge that can be used with adapter.js?


I see on caniuse.com that ortc support was added in 14 and webrtc in 15. But what is the minimum version that can be shimmed via adapter.js?


Solution

  • adapter.js shims based on ORTC so it will work with version 14. However, since 14 doesn't support the VP8 or H264 video codecs that support is limited to audio-only calls.