blob: 654589572b3a8f7893abb6378f87c49096ab671f [file] [log] [blame]
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.
FAIL webkitGetUserMedia threw exception :TypeError: navigator.webkitGetUserMedia is not a function. (In 'navigator.webkitGetUserMedia(dictionary, callback, error)', 'navigator.webkitGetUserMedia' is undefined)
PASS getUserMedia({audio:true, video:true}, gotStream) did not throw exception.
PASS successfullyParsed is true
TEST COMPLETE