<div dir="ltr">It has been brought to my attention that apparently Safari Tech Preview Release 18 (Safari 10.1, WebKit 12603.1.12) is exposing RTCPeerConnection and navigator.mediaDevices.getUserMedia.<div><br></div><div>Since a check for</div><div>   navigator.mediaDevices.getUserMedia &amp;&amp; window.RTCPeerConnection</div><div>and redirecting browsers that support neither is pretty common this is rather unfortunate.</div><div><br></div><div>The getUserMedia implementation does not seems to work on one of the most basic GUM samples at</div><div>    <a href="https://webrtc.github.io/samples/src/content/getusermedia/gum/">https://webrtc.github.io/samples/src/content/getusermedia/gum/</a></div><div>I am actually not seeing GUM resolve or reject the promise at all.</div><div><br></div><div>And RTCPeerConnection did not work either in</div><div>    <a href="https://webrtc.github.io/samples/src/content/peerconnection/pc1/">https://webrtc.github.io/samples/src/content/peerconnection/pc1/</a></div><div><br></div><div>What is the plan here?</div><div><br></div><div>Philipp</div></div>