Commit 565a4986 by Иван Кубота

unaudio

parent 619d4758
......@@ -459,7 +459,7 @@ Screen.Conference = function() {
console.log('waiting permission')
try{
await new Promise(((r1, reject) => {
navigator.mediaDevices.getUserMedia( { audio: true, video: { width: 1280, height: 720 } } )
navigator.mediaDevices.getUserMedia( { video: { width: 1280, height: 720 } } )
.then( function( stream ){
r1();
resolve();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment