Fixes video ratio.

This commit is contained in:
paweldomas 2014-08-25 16:02:18 +02:00
parent c6f7e192d0
commit 7d1d3b1e7e
1 changed files with 2 additions and 1 deletions

3
app.js
View File

@ -162,7 +162,8 @@ function obtainAudioAndVideoPermissions(callback) {
},
function (error) {
console.error('failed to obtain audio/video stream - stop', error);
});
},
config.resolution || '360');
}
function maybeDoJoin() {