Fixes video ratio.

pull/102/head
paweldomas 11 years ago
parent c6f7e192d0
commit 7d1d3b1e7e
  1. 3
      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() {

Loading…
Cancel
Save