@webex/web-client-media-engine 3.23.0 → 3.23.2

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.
@@ -263,7 +263,7 @@ interface MultistreamConnectionEvents extends EventMap {
263
263
  [MultistreamConnectionEventNames.CreateOfferOnSuccess]: (offer: RTCSessionDescriptionInit) => void;
264
264
  [MultistreamConnectionEventNames.SetLocalDescriptionOnSuccess]: (description: RTCSessionDescriptionInit) => void;
265
265
  [MultistreamConnectionEventNames.SetRemoteDescriptionOnSuccess]: (description: RTCSessionDescriptionInit) => void;
266
- [MultistreamConnectionEventNames.IceCandidate]: (error: RTCPeerConnectionIceEvent) => void;
266
+ [MultistreamConnectionEventNames.IceCandidate]: (event: RTCPeerConnectionIceEvent) => void;
267
267
  [MultistreamConnectionEventNames.IceCandidateError]: (error: RTCPeerConnectionIceErrorEvent) => void;
268
268
  }
269
269
  type MultistreamConnectionOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.23.0",
3
+ "version": "3.23.2",
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",
@@ -60,8 +60,8 @@
60
60
  "@webex/ts-events": "^1.0.1",
61
61
  "@webex/ts-sdp": "1.7.0",
62
62
  "@webex/web-capabilities": "^1.4.0",
63
- "@webex/webrtc-core": "2.10.0",
64
- "@webex/web-media-effects": "^2.15.6",
63
+ "@webex/webrtc-core": "2.10.2",
64
+ "@webex/web-media-effects": "2.18.1",
65
65
  "async": "^3.2.4",
66
66
  "js-logger": "^1.6.1",
67
67
  "typed-emitter": "^2.1.0",