blob: aa448b89d5269e5d246360a03c271a8e6e73a66b [file] [edit]
Tests the RTCPeerConnection stats selector argument.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS pc = new RTCPeerConnection({iceServers:[{urls:'stun:foo.com'}]}) did not throw exception.
PASS navigator.mediaDevices.getUserMedia({audio:true, video:true}).then(gotStream, error) did not throw exception.
PASS Got a stream.
PASS statsHandler2 was called
PASS successfullyParsed is true
TEST COMPLETE