Maximum call stack bug fixed
This commit is contained in:
parent
7b61e206f0
commit
356b5341b2
|
@ -265,7 +265,6 @@ export default class WebRTC
|
||||||
if(this.active == false)
|
if(this.active == false)
|
||||||
{
|
{
|
||||||
this.emit('connected');
|
this.emit('connected');
|
||||||
this.active = true;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if(this.connectionStatus == 'failed' || this.connectionStatus == "disconnected" || this.connectionStatus == "closed")
|
if(this.connectionStatus == 'failed' || this.connectionStatus == "disconnected" || this.connectionStatus == "closed")
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue