Removing log trace
This commit is contained in:
parent
b467adece9
commit
34d3a292db
@ -97,7 +97,6 @@ export class SimplePeer implements SimplePeerInterface{
|
||||
}
|
||||
}
|
||||
this.MediaManager.removeActiveVideo(user.userId);
|
||||
console.log("name", name);
|
||||
this.MediaManager.addActiveVideo(user.userId, name);
|
||||
|
||||
let peer : any = new Peer({
|
||||
@ -243,4 +242,4 @@ export class SimplePeer implements SimplePeerInterface{
|
||||
this.addMedia(user.userId);
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user