Open
Bug 825562
Opened 12 years ago
Updated 1 year ago
Creating a PeerConnection object and checking the ice connection state - should be initialized to an acceptable starting ice connection state, but instead is "undefined"
Categories
(Core :: WebRTC: Networking, defect, P3)
Core
WebRTC: Networking
Tracking
()
NEW
backlog | webrtc/webaudio+ |
People
(Reporter: jsmith, Unassigned)
References
Details
(Whiteboard: [WebRTC][blocking-webrtc-][spec-issue])
Attachments
(1 file)
2.01 KB,
application/x-zip-compressed
|
Details |
Steps:
1. Load the attached test case
2. Create a peer connection object
3. View the peer connection attributes
Expected:
The ice state should be initialized - not entirely 100% sure which one as the spec contradicts itself (http://dev.w3.org/2011/webrtc/editor/webrtc.html#idl-def-RTCIceState) in two points. Someone will have to clarify what's the right starting value.
Actual:
The ice state is undefined.
Reporter | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Assignee: nobody → ekr
Priority: -- → P2
Whiteboard: [WebRTC], [blocking-webrtc+]
Reporter | ||
Updated•12 years ago
|
Flags: in-testsuite?
Reporter | ||
Updated•12 years ago
|
Whiteboard: [WebRTC], [blocking-webrtc+] → [WebRTC][blocking-webrtc-][spec-issue]
Reporter | ||
Comment 2•12 years ago
|
||
Note - this should be titled - "iceConnectionState"
Summary: Creating a PeerConnection object and checking the ice state - should be initialized to an acceptable starting ice state, but instead is "undefined" → Creating a PeerConnection object and checking the ice connection state - should be initialized to an acceptable starting ice connection state, but instead is "undefined"
Updated•11 years ago
|
Component: WebRTC → WebRTC: Networking
Comment 5•10 years ago
|
||
I'll look into it once I'm back.
Comment 6•10 years ago
|
||
Ok, this seems to be handled in PeerConnection.js. The getter for the ice connection state does not pull the data from c++, it is cached in js based on state change callbacks, and is indeed not given an initial value.
Flags: needinfo?(docfaraday)
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 25
Comment 7•7 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Comment hidden (off-topic) |
Comment 9•3 years ago
|
||
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
Assignee: nobody → ekr
Updated•2 years ago
|
Severity: normal → S3
Comment 10•1 year ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: ekr → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•