- From: Philipp Hancke <web-platform-tests-notifications@w3.org>
- Date: Mon, 31 Oct 2016 10:16:16 GMT
- To: public-web-platform-tests-notifications@w3.org
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