- From: <bugzilla@jessica.w3.org>
- Date: Mon, 05 May 2014 11:34:52 +0000
- To: public-webrtc@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25545
Bug ID: 25545
Summary: Initialization of of RTCConfiguration while invoking
RTCPeerConnection.getConfiguration should be updated.
Product: WebRTC Working Group
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebRTC API
Assignee: public-webrtc@w3.org
Reporter: kiran.guduru@samsung.com
CC: public-webrtc@w3.org
When RTCPeerConnection.getConfiguration is invoked [1], a new RTCConfiguration
object is created and initialized. While initializing this newly created
object, spec is missing to specify, initialization of requestIdentity
attribute.
This may be fixed by modifying the following line
When this method is call, the user agent MUST construct new RTCConfiguration
object to be returned, and initialize it using the ICE Agent's ICE transports
setting and ICE servers list.
to
When this method is called, the user agent MUST construct new RTCConfiguration
object to be returned, and initialize it using the ICE Agent's ICE transports
setting and ICE servers list and requestIdentity.
[1]
http://dev.w3.org/2011/webrtc/editor/webrtc.html#widl-RTCPeerConnection-getConfiguration-RTCConfiguration
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Monday, 5 May 2014 11:34:53 UTC