Removing commented code

This commit is contained in:
David Négrier 2021-06-21 14:49:41 +02:00
parent a08f6a33ac
commit cddade059f
2 changed files with 0 additions and 3 deletions

View file

@ -161,8 +161,6 @@ export class SimplePeer {
discussionManager.removeParticipant(user.userId);
//mediaManager.addActiveVideo(user, name);
this.lastWebrtcUserName = user.webRtcUser;
this.lastWebrtcPassword = user.webRtcPassword;

View file

@ -216,7 +216,6 @@ export class VideoPeer extends Peer {
if (blackListManager.isBlackListed(this.userId) || this.blocked) {
this.toggleRemoteStream(false);
}
//mediaManager.addStreamRemoteVideo("" + this.userId, stream);
}catch (err){
console.error(err);
}