[Webkit-unassigned] [Bug 144088] New: CreatePeerConnection API cannot pass null server argument
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 22 21:46:16 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=144088
Bug ID: 144088
Summary: CreatePeerConnection API cannot pass null server
argument
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: adam.tiamiou at temasys.com.sg
When we do, in the minibrowser, the instruction "new RTCPeerConnection(servers, pcConstraint);" with "servers = null;" the inspector show "TypeError: RTCPeerConnection argument must be a valid Dictionary"
We have found that this error was raised in JSRTCPeerConnectionCustom.cpp line 59. We think the problem is related to the instruction "rtcConfiguration.isObject()" Line 58.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150423/61609a32/attachment-0001.html>
More information about the webkit-unassigned
mailing list