Update server
This commit is contained in:
parent
39efdd12b7
commit
7a2d02dcda
@ -20539,7 +20539,7 @@ const getLocalStream = () => {
|
|||||||
// If it is the first time client enter and give permission
|
// If it is the first time client enter and give permission
|
||||||
permissionStatus.onchange = function() {
|
permissionStatus.onchange = function() {
|
||||||
console.log('🟨 [PERMISSION] onchange', this.state);
|
console.log('🟨 [PERMISSION] onchange', this.state);
|
||||||
if (this.state === 'grated') {
|
if (this.state === 'granted') {
|
||||||
doIHaveAudio = true;
|
doIHaveAudio = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -181,7 +181,7 @@ const getLocalStream = () => {
|
|||||||
// If it is the first time client enter and give permission
|
// If it is the first time client enter and give permission
|
||||||
permissionStatus.onchange = function() {
|
permissionStatus.onchange = function() {
|
||||||
console.log('🟨 [PERMISSION] onchange', this.state);
|
console.log('🟨 [PERMISSION] onchange', this.state);
|
||||||
if (this.state === 'grated') {
|
if (this.state === 'granted') {
|
||||||
doIHaveAudio = true;
|
doIHaveAudio = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user