LH-265-enable-audio-in-mediasoup #16

Closed
sergiu wants to merge 120 commits from LH-265-enable-audio-in-mediasoup into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7a2d02dcda - Show all commits

View File

@ -20539,7 +20539,7 @@ const getLocalStream = () => {
// If it is the first time client enter and give permission
permissionStatus.onchange = function() {
console.log('🟨 [PERMISSION] onchange', this.state);
if (this.state === 'grated') {
if (this.state === 'granted') {
doIHaveAudio = true;
}
}

View File

@ -181,7 +181,7 @@ const getLocalStream = () => {
// If it is the first time client enter and give permission
permissionStatus.onchange = function() {
console.log('🟨 [PERMISSION] onchange', this.state);
if (this.state === 'grated') {
if (this.state === 'granted') {
doIHaveAudio = true;
}
}