Removing commented code
This commit is contained in:
parent
a08f6a33ac
commit
cddade059f
front/src/WebRtc
@ -161,8 +161,6 @@ export class SimplePeer {
|
||||
|
||||
discussionManager.removeParticipant(user.userId);
|
||||
|
||||
//mediaManager.addActiveVideo(user, name);
|
||||
|
||||
this.lastWebrtcUserName = user.webRtcUser;
|
||||
this.lastWebrtcPassword = user.webRtcPassword;
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user