<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - add runtime flags for getUserMedia and RTCPeerConnection and set them to off in Safari Tech Preview until stable enough"
   href="https://bugs.webkit.org/show_bug.cgi?id=165251">165251</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>add runtime flags for getUserMedia and RTCPeerConnection and set them to off in Safari Tech Preview until stable enough
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari Technology Preview
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Bindings
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>agouaillard&#64;gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>cdumez&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.

Since a check for
   navigator.mediaDevices.getUserMedia &amp;&amp; window.RTCPeerConnection
and redirecting browsers that support neither is pretty common this is rather unfortunate.

The getUserMedia implementation does not seems to work on one of the most basic GUM samples at
    <a href="https://webrtc.github.io/samples/src/content/getusermedia/gum/">https://webrtc.github.io/samples/src/content/getusermedia/gum/</a>
I am actually not seeing GUM resolve or reject the promise at all.

And RTCPeerConnection did not work either in
    <a href="https://webrtc.github.io/samples/src/content/peerconnection/pc1/">https://webrtc.github.io/samples/src/content/peerconnection/pc1/</a>

What is the plan here?

Philipp</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>