@webex/web-client-media-engine 1.36.2 → 1.36.4

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.
@@ -84,6 +84,8 @@ declare type BundlePolicy = 'max' | 'compat';
84
84
  interface TransceiverStatItem {
85
85
  report: RTCStatsReport;
86
86
  currentDirection: RTCRtpTransceiverDirection;
87
+ csi?: number;
88
+ mid?: string | null;
87
89
  localTrackLabel?: string;
88
90
  }
89
91
  interface TransceiverStats {
@@ -199,7 +201,6 @@ declare class SendOnlyTransceiver extends Transceiver {
199
201
  publishTrack(track: LocalTrack): Promise<void>;
200
202
  unpublishTrack(): Promise<void>;
201
203
  setActive(enabled: boolean): boolean;
202
- getIngressPayloadType(mimeType: MediaCodecMimeType): number;
203
204
  getStats(): Promise<RTCStatsReport>;
204
205
  }
205
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "1.36.2",
3
+ "version": "1.36.4",
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",