@webex/web-client-media-engine 3.39.5 → 3.39.7

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.
@@ -178,7 +178,6 @@ declare class SendOnlyTransceiver extends Transceiver {
178
178
  csi: number;
179
179
  private direction;
180
180
  private munger;
181
- rtxEnabled: boolean;
182
181
  dtxDisabled: boolean;
183
182
  streamMuteStateChange: TypedEvent<() => void>;
184
183
  streamReadyStateChanged: TypedEvent<() => void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.39.5",
3
+ "version": "3.39.7",
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",