This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
issue 1 says when negotiating auido successfully but video faild, iceState should not go to "Completed", but from text before issue1 "if at least one connection has been found for each MediaStreamTrack", only each track(including video or audio) has corresponding ice address available, iceState can go to "completed". So I suggest remove issue 1 from 4.3.1 ///////////////////origin text///////////////////////////// When the ICE Agent finishes checking all candidate pairs, if at least one connection has been found for each MediaStreamTrack, the iceState is changed to "completed"; if no connection has been found for any MediaStreamTrack, the iceState is changed to "failed". ISSUE 1 ISSUE: Note that this means that if I was able to negotiate audio but not video via ICE, then iceState == "completed". Is this really what is desired?
Seems OK in spec version dated 1 July 2014