@webex/event-dictionary-ts 1.0.1288 → 1.0.1290
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;
|
|
@@ -1248,6 +1248,7 @@ export interface Event {
|
|
|
1248
1248
|
| "timeout"
|
|
1249
1249
|
| "toast"
|
|
1250
1250
|
| "user-interaction"
|
|
1251
|
+
| "web-ucf-crosslaunch"
|
|
1251
1252
|
| "wireless-share";
|
|
1252
1253
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
1253
1254
|
displayLocation?:
|
|
@@ -3906,7 +3907,7 @@ export interface Event {
|
|
|
3906
3907
|
| "server.hologram.stopped";
|
|
3907
3908
|
errors?: {
|
|
3908
3909
|
fatal: boolean;
|
|
3909
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
3910
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
3910
3911
|
errorDescription?: string;
|
|
3911
3912
|
errorCode?: number;
|
|
3912
3913
|
errorCodeStr?: string;
|
|
@@ -8218,7 +8219,7 @@ export interface Event {
|
|
|
8218
8219
|
trigger?: "user-interaction";
|
|
8219
8220
|
errors?: {
|
|
8220
8221
|
fatal: boolean;
|
|
8221
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
8222
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
8222
8223
|
errorDescription?: string;
|
|
8223
8224
|
errorCode?: number;
|
|
8224
8225
|
errorCodeStr?: string;
|
|
@@ -9976,7 +9977,7 @@ export interface ClientEvent {
|
|
|
9976
9977
|
};
|
|
9977
9978
|
errors?: {
|
|
9978
9979
|
fatal: boolean;
|
|
9979
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
9980
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
9980
9981
|
errorDescription?: string;
|
|
9981
9982
|
errorCode?: number;
|
|
9982
9983
|
errorCodeStr?: string;
|
|
@@ -10098,6 +10099,7 @@ export interface ClientEvent {
|
|
|
10098
10099
|
| "timeout"
|
|
10099
10100
|
| "toast"
|
|
10100
10101
|
| "user-interaction"
|
|
10102
|
+
| "web-ucf-crosslaunch"
|
|
10101
10103
|
| "wireless-share";
|
|
10102
10104
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
10103
10105
|
displayLocation?:
|
|
@@ -12620,7 +12622,7 @@ export interface FeatureEvent {
|
|
|
12620
12622
|
trigger?: "user-interaction";
|
|
12621
12623
|
errors?: {
|
|
12622
12624
|
fatal: boolean;
|
|
12623
|
-
category: "signaling" | "media" | "other" | "expected";
|
|
12625
|
+
category: "signaling" | "media" | "network" | "other" | "expected";
|
|
12624
12626
|
errorDescription?: string;
|
|
12625
12627
|
errorCode?: number;
|
|
12626
12628
|
errorCodeStr?: string;
|
package/package.json
CHANGED