@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.
|
@@ -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