LH-265-enable-audio-in-mediasoup #16
@ -20521,6 +20521,7 @@ const getLocalStream = () => {
|
||||
}
|
||||
})
|
||||
.then((streamSuccess) => {
|
||||
try {
|
||||
navigator.permissions.query(
|
||||
{ name: 'microphone' }
|
||||
).then(function(permissionStatus) {
|
||||
@ -20541,6 +20542,9 @@ const getLocalStream = () => {
|
||||
}
|
||||
|
||||
})
|
||||
} catch (error) {
|
||||
console.log('eeeeee', error);
|
||||
}
|
||||
return streamSuccess
|
||||
})
|
||||
.catch(error => {
|
||||
|
@ -163,6 +163,7 @@ const getLocalStream = () => {
|
||||
}
|
||||
})
|
||||
.then((streamSuccess) => {
|
||||
try {
|
||||
navigator.permissions.query(
|
||||
{ name: 'microphone' }
|
||||
).then(function(permissionStatus) {
|
||||
@ -183,6 +184,9 @@ const getLocalStream = () => {
|
||||
}
|
||||
|
||||
})
|
||||
} catch (error) {
|
||||
console.log('eeeeee', error);
|
||||
}
|
||||
return streamSuccess
|
||||
})
|
||||
.catch(error => {
|
||||
|
Loading…
Reference in New Issue
Block a user