@webex/web-client-media-engine 3.7.1 → 3.7.3

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.
@@ -234,6 +234,7 @@ declare class MultistreamConnection extends EventEmitter<MultistreamConnectionEv
234
234
  private options;
235
235
  private midPredictor;
236
236
  private offerAnswerQueue;
237
+ private currentCreateOfferId;
237
238
  private setAnswerResolve?;
238
239
  constructor(userOptions?: Partial<MultistreamConnectionOptions>);
239
240
  private initializePeerConnection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.7.1",
3
+ "version": "3.7.3",
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",
@@ -58,9 +58,9 @@
58
58
  "@webex/rtcstats": "^1.1.0",
59
59
  "@webex/ts-events": "^1.0.1",
60
60
  "@webex/ts-sdp": "1.5.0",
61
- "@webex/webrtc-core": "2.2.0",
61
+ "@webex/web-capabilities": "^1.1.1",
62
+ "@webex/webrtc-core": "2.2.1",
62
63
  "async": "^3.2.4",
63
- "bowser": "^2.11.0",
64
64
  "js-logger": "^1.6.1",
65
65
  "typed-emitter": "^2.1.0",
66
66
  "uuid": "^8.3.2"