@webex/event-dictionary-ts 1.0.2191 → 1.0.2192

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.
@@ -26224,7 +26224,8 @@
26224
26224
  "NETWORK_LOST_ERROR",
26225
26225
  "MEDIA_NOT_AVAILABLE",
26226
26226
  "MEDIA_CONNECT_FAILURE",
26227
- "MEDIA_CONNECT_STATE"
26227
+ "MEDIA_CONNECT_STATE",
26228
+ "MEDIA_FLOW_STATE_CHANGED"
26228
26229
  ]
26229
26230
  },
26230
26231
  "errorCode": {
@@ -12124,7 +12124,8 @@
12124
12124
  "NETWORK_LOST_ERROR",
12125
12125
  "MEDIA_NOT_AVAILABLE",
12126
12126
  "MEDIA_CONNECT_FAILURE",
12127
- "MEDIA_CONNECT_STATE"
12127
+ "MEDIA_CONNECT_STATE",
12128
+ "MEDIA_FLOW_STATE_CHANGED"
12128
12129
  ]
12129
12130
  },
12130
12131
  "errorCode": {
@@ -11564,7 +11564,8 @@ export interface Event {
11564
11564
  | "NETWORK_LOST_ERROR"
11565
11565
  | "MEDIA_NOT_AVAILABLE"
11566
11566
  | "MEDIA_CONNECT_FAILURE"
11567
- | "MEDIA_CONNECT_STATE";
11567
+ | "MEDIA_CONNECT_STATE"
11568
+ | "MEDIA_FLOW_STATE_CHANGED";
11568
11569
  errorCode?: number;
11569
11570
  errorCodeExt1?: number;
11570
11571
  errorDescription?: string;
@@ -27742,7 +27743,8 @@ export interface MediaQualityEvent {
27742
27743
  | "NETWORK_LOST_ERROR"
27743
27744
  | "MEDIA_NOT_AVAILABLE"
27744
27745
  | "MEDIA_CONNECT_FAILURE"
27745
- | "MEDIA_CONNECT_STATE";
27746
+ | "MEDIA_CONNECT_STATE"
27747
+ | "MEDIA_FLOW_STATE_CHANGED";
27746
27748
  errorCode?: number;
27747
27749
  errorCodeExt1?: number;
27748
27750
  errorDescription?: string;
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2191"
35
+ "version": "1.0.2192"
36
36
  }