Does RTCPeerConnection work in Microsoft Edge?
问题 I am currently working on VoIP using WebRTC. It's going to be a UWP application written in JavaScript. Now, I am trying to check whether it works or not by testing samples from https://webrtc.github.io/samples on Microsoft Edge. It turns out that it works fine except RTCPeerConnection . For example, when I opened https://webrtc.github.io/samples/src/content/peerconnection/audio in Edge, it gave me getUserMedia() error: NotFoundError when I clicked the call button. On Chrome, it works fine.