vani-meeting-server 2.3.8 → 2.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -146,7 +146,6 @@ class SFUEachRoomHandler extends BaseSFUWebsocket_1.BaseSFUWebsocket {
|
|
|
146
146
|
const indexForRecRouter = (this.roomPaticipants.size % this.recvRouter.length);
|
|
147
147
|
const roomUser = new SFUEachRoomUserHandler_1.SFUEachRoomUserHandler(participant, this.sendRouter, this.recvRouter[indexForRecRouter], this);
|
|
148
148
|
this.roomPaticipants.set(participant.userId, roomUser);
|
|
149
|
-
console.log("this.roomPaticipants", this.roomPaticipants);
|
|
150
149
|
return roomUser;
|
|
151
150
|
}
|
|
152
151
|
}
|