@webex/web-client-media-engine 3.15.7 → 3.15.8

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.
@@ -197,7 +197,7 @@ declare class StreamRequest {
197
197
  }
198
198
 
199
199
  interface TransceiverStatItem {
200
- report: RTCStatsReport;
200
+ report: object[];
201
201
  currentDirection: RTCRtpTransceiverDirection;
202
202
  csi?: number;
203
203
  mid?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.15.7",
3
+ "version": "3.15.8",
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",