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

Stopping things after setting the remote description turned out to be quite odd when I looked at the test in webrtc-internals since addIceCandidate was never called on the remote peerconnection.

I'd rather have a readyStateChange event listener to HAVE_ENOUGH_DATA but I think loadedmetadata implies this. @samdutton: holler if i'm wrong or you know a better way.

@shijuns FYI, this (the addIceCandidate(null) specifically) causes exceptions and a test failure in Edges native 1.0 :-/

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

Received on Sunday, 30 October 2016 08:51:21 UTC