@webex/web-client-media-engine 3.8.4 → 3.9.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.
@@ -230,6 +230,7 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
230
230
  private pendingJmpTasks;
231
231
  private statsManager;
232
232
  private metricsCallback;
233
+ private forceStatsReport?;
233
234
  private overuseStateManager;
234
235
  private overuseUpdateCallback;
235
236
  private options;
@@ -269,6 +270,7 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
269
270
  getTransceiverStats(): Promise<TransceiverStats>;
270
271
  private preProcessStats;
271
272
  private attachMetricsObserver;
273
+ forceRtcMetricsCallback(): void | undefined;
272
274
  setMetricsCallback(callback: MetricsCallback): void;
273
275
  setOveruseUpdateCallback(callback: OveruseUpdateCallback): void;
274
276
  getCsiByMediaType(mediaType: MediaType): number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.8.4",
3
+ "version": "3.9.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",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@webex/json-multistream": "^2.1.1",
58
- "@webex/rtcstats": "^1.1.0",
58
+ "@webex/rtcstats": "^1.1.1",
59
59
  "@webex/ts-events": "^1.0.1",
60
60
  "@webex/ts-sdp": "1.5.0",
61
61
  "@webex/web-capabilities": "^1.1.1",