[webrtc-pc] Default ufrag for addIceCandidate when there are different ufrags in SDP

soareschen has just created a new issue for https://github.com/w3c/webrtc-pc:

== Default ufrag for addIceCandidate when there are different ufrags in SDP ==
Is it right to say that an SDP for remote description may have different ufrag for each media stream? i.e. when bundling is not supported. 

If so, when calling `addIceCandidate` with undefined ufrag, does "the most recent ICE generation" means that it is associated with the ufrag of the last media stream? 

And does this mean that in this case when adding ICE candidate for earlier media streams, the ufrag must be specified or it would result in error?

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1219 using your GitHub account

Received on Wednesday, 17 May 2017 10:06:48 UTC