[Webkit-unassigned] [Bug 176157] WebRTC Ice gathering never completes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 31 08:17:45 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176157

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
This test page is using a legacy option (offerToReceiveAudio: 1) that is not supported by Safari.
As you saw, the SDP is almost empty and no ICE candidate gathering will start.

The test would succeed gathering candidates if using:
- pc.addTransceiver('video');
- or pc.createDataChannel('test');

In both cases, you would expect to only see STUN/TURN candidates, not host ones.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170831/90f7f884/attachment-0001.html>


More information about the webkit-unassigned mailing list