@webex/web-client-media-engine 3.8.3 → 3.8.5

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.
@@ -119,6 +119,7 @@ declare class SendOnlyTransceiver extends Transceiver {
119
119
  namedMediaGroups?: NamedMediaGroup[];
120
120
  private updateSendParametersQueue;
121
121
  constructor(rtcRtpTransceiver: RTCRtpTransceiver, mid: string, csi: number, munger: EgressSdpMunger, mediaType: MediaType);
122
+ private replaceSenderSource;
122
123
  private handleTrackChange;
123
124
  private handleStreamConstraintsChange;
124
125
  private handleStreamMuteStateChange;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.8.3",
3
+ "version": "3.8.5",
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",