Explorar el Código

Fixes video ratio.

j8
paweldomas hace 11 años
padre
commit
7d1d3b1e7e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      app.js

+ 2
- 1
app.js Ver fichero

162
         },
162
         },
163
         function (error) {
163
         function (error) {
164
             console.error('failed to obtain audio/video stream - stop', error);
164
             console.error('failed to obtain audio/video stream - stop', error);
165
-        });
165
+        },
166
+        config.resolution || '360');
166
 }
167
 }
167
 
168
 
168
 function maybeDoJoin() {
169
 function maybeDoJoin() {

Loading…
Cancelar
Guardar