@webex/web-client-media-engine 1.36.3 → 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.
@@ -201,7 +201,6 @@ declare class SendOnlyTransceiver extends Transceiver {
201
201
  publishTrack(track: LocalTrack): Promise<void>;
202
202
  unpublishTrack(): Promise<void>;
203
203
  setActive(enabled: boolean): boolean;
204
- getIngressPayloadType(mimeType: MediaCodecMimeType): number;
205
204
  getStats(): Promise<RTCStatsReport>;
206
205
  }
207
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "1.36.3",
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",