@webex/event-dictionary-ts 1.0.1287 → 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.
@@ -1084,6 +1084,7 @@ export interface Event {
1084
1084
  locusSessionId?: string;
1085
1085
  locusStartTime?: string;
1086
1086
  locusUrl?: string;
1087
+ machineId?: string;
1087
1088
  mediaAgentAlias?: string;
1088
1089
  mediaAgentGroupId?: string;
1089
1090
  meetClusterName?: string;
@@ -1125,7 +1126,7 @@ export interface Event {
1125
1126
  };
1126
1127
  errors?: {
1127
1128
  fatal: boolean;
1128
- category: "signaling" | "media" | "other" | "expected";
1129
+ category: "signaling" | "media" | "network" | "other" | "expected";
1129
1130
  errorDescription?: string;
1130
1131
  errorCode?: number;
1131
1132
  errorCodeStr?: string;
@@ -3135,6 +3136,7 @@ export interface Event {
3135
3136
  locusSessionId?: string;
3136
3137
  locusStartTime?: string;
3137
3138
  locusUrl?: string;
3139
+ machineId?: string;
3138
3140
  mediaAgentAlias?: string;
3139
3141
  mediaAgentGroupId?: string;
3140
3142
  meetClusterName?: string;
@@ -3904,7 +3906,7 @@ export interface Event {
3904
3906
  | "server.hologram.stopped";
3905
3907
  errors?: {
3906
3908
  fatal: boolean;
3907
- category: "signaling" | "media" | "other" | "expected";
3909
+ category: "signaling" | "media" | "network" | "other" | "expected";
3908
3910
  errorDescription?: string;
3909
3911
  errorCode?: number;
3910
3912
  errorCodeStr?: string;
@@ -4092,6 +4094,7 @@ export interface Event {
4092
4094
  locusSessionId?: string;
4093
4095
  locusStartTime?: string;
4094
4096
  locusUrl?: string;
4097
+ machineId?: string;
4095
4098
  mediaAgentAlias?: string;
4096
4099
  mediaAgentGroupId?: string;
4097
4100
  meetClusterName?: string;
@@ -5356,6 +5359,7 @@ export interface Event {
5356
5359
  locusSessionId?: string;
5357
5360
  locusStartTime?: string;
5358
5361
  locusUrl?: string;
5362
+ machineId?: string;
5359
5363
  mediaAgentAlias?: string;
5360
5364
  mediaAgentGroupId?: string;
5361
5365
  meetClusterName?: string;
@@ -8171,6 +8175,7 @@ export interface Event {
8171
8175
  locusSessionId?: string;
8172
8176
  locusStartTime?: string;
8173
8177
  locusUrl?: string;
8178
+ machineId?: string;
8174
8179
  mediaAgentAlias?: string;
8175
8180
  mediaAgentGroupId?: string;
8176
8181
  meetClusterName?: string;
@@ -8213,7 +8218,7 @@ export interface Event {
8213
8218
  trigger?: "user-interaction";
8214
8219
  errors?: {
8215
8220
  fatal: boolean;
8216
- category: "signaling" | "media" | "other" | "expected";
8221
+ category: "signaling" | "media" | "network" | "other" | "expected";
8217
8222
  errorDescription?: string;
8218
8223
  errorCode?: number;
8219
8224
  errorCodeStr?: string;
@@ -9929,6 +9934,7 @@ export interface ClientEvent {
9929
9934
  locusSessionId?: string;
9930
9935
  locusStartTime?: string;
9931
9936
  locusUrl?: string;
9937
+ machineId?: string;
9932
9938
  mediaAgentAlias?: string;
9933
9939
  mediaAgentGroupId?: string;
9934
9940
  meetClusterName?: string;
@@ -9970,7 +9976,7 @@ export interface ClientEvent {
9970
9976
  };
9971
9977
  errors?: {
9972
9978
  fatal: boolean;
9973
- category: "signaling" | "media" | "other" | "expected";
9979
+ category: "signaling" | "media" | "network" | "other" | "expected";
9974
9980
  errorDescription?: string;
9975
9981
  errorCode?: number;
9976
9982
  errorCodeStr?: string;
@@ -12571,6 +12577,7 @@ export interface FeatureEvent {
12571
12577
  locusSessionId?: string;
12572
12578
  locusStartTime?: string;
12573
12579
  locusUrl?: string;
12580
+ machineId?: string;
12574
12581
  mediaAgentAlias?: string;
12575
12582
  mediaAgentGroupId?: string;
12576
12583
  meetClusterName?: string;
@@ -12613,7 +12620,7 @@ export interface FeatureEvent {
12613
12620
  trigger?: "user-interaction";
12614
12621
  errors?: {
12615
12622
  fatal: boolean;
12616
- category: "signaling" | "media" | "other" | "expected";
12623
+ category: "signaling" | "media" | "network" | "other" | "expected";
12617
12624
  errorDescription?: string;
12618
12625
  errorCode?: number;
12619
12626
  errorCodeStr?: string;
@@ -14124,6 +14131,7 @@ export interface MediaQualityEvent {
14124
14131
  locusSessionId?: string;
14125
14132
  locusStartTime?: string;
14126
14133
  locusUrl?: string;
14134
+ machineId?: string;
14127
14135
  mediaAgentAlias?: string;
14128
14136
  mediaAgentGroupId?: string;
14129
14137
  meetClusterName?: string;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1287"
31
+ "version": "1.0.1289"
32
32
  }