@webex/event-dictionary-ts 1.0.2051 → 1.0.2053

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.
@@ -2382,6 +2382,7 @@
2382
2382
  "client.media-device.error",
2383
2383
  "client.media-status",
2384
2384
  "client.media.capabilities",
2385
+ "client.media.ready",
2385
2386
  "client.media.reachability",
2386
2387
  "client.media.reconnecting",
2387
2388
  "client.media.recovered",
@@ -2936,6 +2936,7 @@
2936
2936
  "client.media-device.error",
2937
2937
  "client.media-status",
2938
2938
  "client.media.capabilities",
2939
+ "client.media.ready",
2939
2940
  "client.media.reachability",
2940
2941
  "client.media.reconnecting",
2941
2942
  "client.media.recovered",
@@ -1221,6 +1221,7 @@ export interface Event {
1221
1221
  | "client.media-device.error"
1222
1222
  | "client.media-status"
1223
1223
  | "client.media.capabilities"
1224
+ | "client.media.ready"
1224
1225
  | "client.media.reachability"
1225
1226
  | "client.media.reconnecting"
1226
1227
  | "client.media.recovered"
@@ -16543,6 +16544,7 @@ export interface ClientEvent {
16543
16544
  | "client.media-device.error"
16544
16545
  | "client.media-status"
16545
16546
  | "client.media.capabilities"
16547
+ | "client.media.ready"
16546
16548
  | "client.media.reachability"
16547
16549
  | "client.media.reconnecting"
16548
16550
  | "client.media.recovered"
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2051"
30
+ "version": "1.0.2053"
31
31
  }