vani-meeting-server 2.2.1 → 2.2.2
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.
|
@@ -200,7 +200,7 @@ class SFUEachRoomHandler extends BaseSFUWebsocket_1.BaseSFUWebsocket {
|
|
|
200
200
|
this.sendWorkerIndex = -1;
|
|
201
201
|
}
|
|
202
202
|
async addAudioLevel() {
|
|
203
|
-
if (this.sendRouter && !this.
|
|
203
|
+
if (this.sendRouter && !this.audioLevelObserver) {
|
|
204
204
|
this.audioLevelObserver = await this.sendRouter.createAudioLevelObserver({
|
|
205
205
|
interval: 500
|
|
206
206
|
});
|