@whereby.com/media 1.17.7 → 1.17.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.
package/dist/index.d.cts CHANGED
@@ -1176,7 +1176,7 @@ declare class VegaMediaQualityMonitor extends EventEmitter {
1176
1176
  removeConsumer(clientId: string, consumerId: string): void;
1177
1177
  addProducerScore(clientId: string, producerId: string, kind: string, score: any): void;
1178
1178
  addConsumerScore(clientId: string, consumerId: string, kind: string, score: any): void;
1179
- _evaluateScore(score: number): "critical" | "ok" | "warning";
1179
+ _evaluateScore(score: number): "ok" | "warning" | "critical";
1180
1180
  _calcAvgProducerScore(scores: any): number;
1181
1181
  }
1182
1182
 
package/dist/index.d.mts CHANGED
@@ -1176,7 +1176,7 @@ declare class VegaMediaQualityMonitor extends EventEmitter {
1176
1176
  removeConsumer(clientId: string, consumerId: string): void;
1177
1177
  addProducerScore(clientId: string, producerId: string, kind: string, score: any): void;
1178
1178
  addConsumerScore(clientId: string, consumerId: string, kind: string, score: any): void;
1179
- _evaluateScore(score: number): "critical" | "ok" | "warning";
1179
+ _evaluateScore(score: number): "ok" | "warning" | "critical";
1180
1180
  _calcAvgProducerScore(scores: any): number;
1181
1181
  }
1182
1182
 
package/dist/index.d.ts CHANGED
@@ -1176,7 +1176,7 @@ declare class VegaMediaQualityMonitor extends EventEmitter {
1176
1176
  removeConsumer(clientId: string, consumerId: string): void;
1177
1177
  addProducerScore(clientId: string, producerId: string, kind: string, score: any): void;
1178
1178
  addConsumerScore(clientId: string, consumerId: string, kind: string, score: any): void;
1179
- _evaluateScore(score: number): "critical" | "ok" | "warning";
1179
+ _evaluateScore(score: number): "ok" | "warning" | "critical";
1180
1180
  _calcAvgProducerScore(scores: any): number;
1181
1181
  }
1182
1182