@webex/web-client-media-engine 3.23.4 → 3.24.0

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.
@@ -281,6 +281,7 @@ type MultistreamConnectionOptions = {
281
281
  disableContentSimulcast: boolean;
282
282
  disableAudioTwcc: boolean;
283
283
  doFullIce: boolean;
284
+ metricsCallback: LoggerCallback;
284
285
  };
285
286
  declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEvents> {
286
287
  private pc;
@@ -340,7 +341,6 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
340
341
  private preProcessStats;
341
342
  private attachMetricsObserver;
342
343
  forceRtcMetricsCallback(): void | undefined;
343
- setMetricsCallback(callback: LoggerCallback): void;
344
344
  setOveruseUpdateCallback(callback: OveruseUpdateCallback): void;
345
345
  getCsiByMediaType(mediaType: MediaType): number | undefined;
346
346
  getAllCsis(): Record<string, number | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.23.4",
3
+ "version": "3.24.0",
4
4
  "description": "Web Client Media Engine is common web code for interacting with the multistream media server.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/cjs/index.js",