diff --git a/app.js b/app.js index 37eabf0fd..6c12dcb23 100644 --- a/app.js +++ b/app.js @@ -162,7 +162,8 @@ function obtainAudioAndVideoPermissions(callback) { }, function (error) { console.error('failed to obtain audio/video stream - stop', error); - }); + }, + config.resolution || '360'); } function maybeDoJoin() {