Fixes video ratio.
This commit is contained in:
parent
c6f7e192d0
commit
7d1d3b1e7e
3
app.js
3
app.js
|
@ -162,7 +162,8 @@ function obtainAudioAndVideoPermissions(callback) {
|
||||||
},
|
},
|
||||||
function (error) {
|
function (error) {
|
||||||
console.error('failed to obtain audio/video stream - stop', error);
|
console.error('failed to obtain audio/video stream - stop', error);
|
||||||
});
|
},
|
||||||
|
config.resolution || '360');
|
||||||
}
|
}
|
||||||
|
|
||||||
function maybeDoJoin() {
|
function maybeDoJoin() {
|
||||||
|
|
Loading…
Reference in New Issue