Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Tim Hobbs 2014-04-09 16:58:14 -07:00
commit ab0941be90
21 changed files with 127 additions and 101 deletions

View file

@ -649,7 +649,7 @@
}
// Just use the first audio stream
return audioStreams[0];
return audioStreams[0].Index;
}
function getVideoQualityOptions(mediaStreams) {