@webex/event-dictionary-ts 1.0.1288 → 1.0.1289
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.
|
@@ -1126,7 +1126,7 @@ export interface Event {
|
|
|
1126
1126
|
};
|
|
1127
1127
|
errors?: {
|
|
1128
1128
|
fatal: boolean;
|
|
1129
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
1129
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
1130
1130
|
errorDescription?: string;
|
|
1131
1131
|
errorCode?: number;
|
|
1132
1132
|
errorCodeStr?: string;
|
|
@@ -3906,7 +3906,7 @@ export interface Event {
|
|
|
3906
3906
|
| "server.hologram.stopped";
|
|
3907
3907
|
errors?: {
|
|
3908
3908
|
fatal: boolean;
|
|
3909
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
3909
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
3910
3910
|
errorDescription?: string;
|
|
3911
3911
|
errorCode?: number;
|
|
3912
3912
|
errorCodeStr?: string;
|
|
@@ -8218,7 +8218,7 @@ export interface Event {
|
|
|
8218
8218
|
trigger?: "user-interaction";
|
|
8219
8219
|
errors?: {
|
|
8220
8220
|
fatal: boolean;
|
|
8221
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
8221
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
8222
8222
|
errorDescription?: string;
|
|
8223
8223
|
errorCode?: number;
|
|
8224
8224
|
errorCodeStr?: string;
|
|
@@ -9976,7 +9976,7 @@ export interface ClientEvent {
|
|
|
9976
9976
|
};
|
|
9977
9977
|
errors?: {
|
|
9978
9978
|
fatal: boolean;
|
|
9979
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
9979
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
9980
9980
|
errorDescription?: string;
|
|
9981
9981
|
errorCode?: number;
|
|
9982
9982
|
errorCodeStr?: string;
|
|
@@ -12620,7 +12620,7 @@ export interface FeatureEvent {
|
|
|
12620
12620
|
trigger?: "user-interaction";
|
|
12621
12621
|
errors?: {
|
|
12622
12622
|
fatal: boolean;
|
|
12623
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
12623
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
12624
12624
|
errorDescription?: string;
|
|
12625
12625
|
errorCode?: number;
|
|
12626
12626
|
errorCodeStr?: string;
|
package/package.json
CHANGED