Temporarily disable debug messages
This commit is contained in:
parent
038fd643a5
commit
cde692f10d
1 changed files with 5 additions and 5 deletions
|
@ -29,11 +29,11 @@ export class ConferenceCallDebugger extends EventEmitter {
|
|||
|
||||
this.bufferedEvents = [];
|
||||
|
||||
this.manager.on("call", this._onCall);
|
||||
this.manager.on("debugstate", this._onDebugStateChanged);
|
||||
this.manager.client.on("event", this._onEvent);
|
||||
this.manager.on("entered", this._onEntered);
|
||||
this.manager.on("left", this._onLeft);
|
||||
// this.manager.on("call", this._onCall);
|
||||
// this.manager.on("debugstate", this._onDebugStateChanged);
|
||||
// this.manager.client.on("event", this._onEvent);
|
||||
// this.manager.on("entered", this._onEntered);
|
||||
// this.manager.on("left", this._onLeft);
|
||||
}
|
||||
|
||||
_onEntered = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue