[Webkit-unassigned] [Bug 144088] CreatePeerConnection API cannot pass null server argument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 13 23:40:21 PDT 2017


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

--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Instead of doing "new RTCPeerConnection(servers, pcConstraint);", you might need to use https://www.w3.org/TR/webrtc/#dom-rtcconfiguration dictionary.
That would end-up with something like: "new RTCPeerConnection({iceServers: servers, ... });"

Also "servers" must use "urls" and not "url" as per https://www.w3.org/TR/webrtc/#dom-rtciceserver.

-- 
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/20170614/a6d98a5e/attachment-0001.html>


More information about the webkit-unassigned mailing list