WhyDoThis
WhyDoThis

Reputation: 35

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?

Upvotes: 0

Views: 202

Answers (1)

Philipp Hancke
Philipp Hancke

Reputation: 17295

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.

Upvotes: 0

Related Questions