[Bug 25257] New: Explanation missing for ICE connection state transition from connected to disconnected state.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25257

            Bug ID: 25257
           Summary: Explanation missing for ICE connection state
                    transition from connected to disconnected state.
           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

Eplanation for ICE connection state transition from connected to disconnected
state is missing in section 4.4.3 of [1].
The following missing explanation,

. (connected, lost connectivity): disconnected

should be added to the list.
After addition, the list of explanation bullets will be as shown below.

. new RTCPeerConnection(): new
. (new, remote candidates received): checking
. (checking, found usable connection): connected
. (checking, gave up): failed
. (connected, finished all checks): completed
. (completed, lost connectivity): disconnected
. (connected, lost connectivity): disconnected
. (any state, ICE restart occurs): new
. close(): closed

[1] http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtciceconnectionstate-enum

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Friday, 4 April 2014 10:54:56 UTC