Re: [webrtc-tests] webrtc: require remote video to be loaded (#4114)

addIceCandidate(event.candidate) will do addIceCandidate(undefined) if event.candidate is not set which is not recognized by adapter.js. I could do addIceCandidate(event.candidate || null)?

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4114#issuecomment-257257843

Received on Monday, 31 October 2016 10:16:27 UTC