Re: [webrtc-pc] Allow addIceCandidate(null) for backwards compatibility w/adapter (#2039)

Interpreting `null` as an end-of-candidates indication for all m= sections seems very sensible to me and allows `pc1.onicecandidate = e => pc2.addIceCandidate(e.candidate);` which is convenient and intuitive.

-- 
GitHub Notification of comment by steveanton
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2039#issuecomment-446009210 using your GitHub account

Received on Monday, 10 December 2018 23:08:37 UTC