From 7d1d3b1e7e0d195d12db264e4ca5aa7f493f1425 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Mon, 25 Aug 2014 16:02:18 +0200 Subject: [PATCH] Fixes video ratio. --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {