vani-meeting-server 2.9.2 → 2.9.3
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.
|
@@ -228,8 +228,8 @@ class SFUEachRoomHandler extends BaseSFUWebsocket_1.BaseSFUWebsocket {
|
|
|
228
228
|
Utility_1.Utility.checkAndSendLogs({ logLevel: WebSocketServerStartRequest_1.LogLevel.Warn, roomId: this.roomId, payload: errorPayload, logType: Logs_1.LogType.LogTypeError });
|
|
229
229
|
// console.log("no send router found while creating recv router")
|
|
230
230
|
}
|
|
231
|
-
this.workers = undefined
|
|
232
|
-
this.sendWorkerIndex = -1
|
|
231
|
+
// this.workers = undefined
|
|
232
|
+
// this.sendWorkerIndex = -1
|
|
233
233
|
}
|
|
234
234
|
async addAudioLevel() {
|
|
235
235
|
if (this.sendRouter && !this.audioLevelObserver) {
|