@voicenter-team/opensips-js 1.0.135 → 1.0.136

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.
@@ -24095,7 +24095,7 @@ class oE {
24095
24095
  const a = Pf(this.initialStreamValue, this.microphoneInputLevel * 2), o = this.isMuted || this.muteWhenJoin;
24096
24096
  a.getTracks().forEach((r) => r.enabled = !o), this.setActiveStream(a), await n.connection.getSenders()[0].replaceTrack(a.getTracks()[0]), this.context.logger.log("LOG triggerAddStream 2");
24097
24097
  const s = new MediaStream([t.track]);
24098
- YT(s, n, this.selectedOutputDevice, this.speakerVolume), this.setupVUMeter(s, n._id), this.context.logger.log("LOG triggerAddStream 3"), this.getCallQuality(n), this.updateCall(n);
24098
+ this.context.logger.log("LOG triggerAddStream 3"), YT(s, n, this.selectedOutputDevice, this.speakerVolume), this.context.logger.log("LOG triggerAddStream 4"), this.setupVUMeter(s, n._id), this.context.logger.log("LOG triggerAddStream 5"), this.getCallQuality(n), this.updateCall(n);
24099
24099
  }
24100
24100
  //@requireInitialization()
24101
24101
  initCall(t, n, a = !1) {