[webrtc-pc] Clarify addIceCandidate behavior when adding candidate after end of candidate

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

== Clarify addIceCandidate behavior when adding candidate after end of candidate ==
Related to #1213.

If new ICE candidate for a media stream is added after `addIceCandidate` is called with empty string `candidate.candidate`, should that be an error?

I suspect it should result in `OperationError` when adding that to the ICE agent. But there isn't any normative definition to mandate that in any spec. This should be guarded in webrtc-pc so that the behavior can reliably be tested.

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

Received on Wednesday, 17 May 2017 04:00:52 UTC