@webex/event-dictionary-ts 1.0.1240 → 1.0.1242

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.
@@ -275,25 +275,28 @@ export interface Event {
275
275
  additionalProperties?: false;
276
276
  };
277
277
  mediaLines?: {
278
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
279
- remoteIP?: string;
278
+ clusterName?: string;
279
+ connectionType?: "none" | "direct" | "proxy";
280
+ direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
281
+ errorCode?: number;
282
+ extension?: {};
283
+ failureDescription?: string;
284
+ failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
285
+ iceMangled?: boolean;
280
286
  localIP?: string;
281
287
  localNetworkPrefix?: string;
282
288
  localPort?: number;
283
- remotePort?: number;
289
+ mediaLineData?: {};
290
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
284
291
  protocol: "udp" | "tcp" | "xtls" | "unknown";
285
- direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
286
- clusterName?: string;
292
+ recvRespTime?: string;
293
+ remoteIP?: string;
294
+ remotePort?: number;
295
+ sentReqTime?: string;
287
296
  status?: "succeeded" | "in-progress" | "failed";
288
- failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
289
- failureDescription?: string;
290
- errorCode?: number;
291
- mediaLineData?: {};
292
- iceMangled?: boolean;
297
+ tlsDomain?: string;
293
298
  transactionId?: string;
294
299
  ufrag?: string;
295
- sentReqTime?: string;
296
- recvRespTime?: string;
297
300
  additionalProperties?: false;
298
301
  }[];
299
302
  /**
@@ -3046,25 +3049,28 @@ export interface Event {
3046
3049
  additionalProperties?: false;
3047
3050
  };
3048
3051
  mediaLines?: {
3049
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
3050
- remoteIP?: string;
3052
+ clusterName?: string;
3053
+ connectionType?: "none" | "direct" | "proxy";
3054
+ direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
3055
+ errorCode?: number;
3056
+ extension?: {};
3057
+ failureDescription?: string;
3058
+ failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
3059
+ iceMangled?: boolean;
3051
3060
  localIP?: string;
3052
3061
  localNetworkPrefix?: string;
3053
3062
  localPort?: number;
3054
- remotePort?: number;
3063
+ mediaLineData?: {};
3064
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
3055
3065
  protocol: "udp" | "tcp" | "xtls" | "unknown";
3056
- direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
3057
- clusterName?: string;
3066
+ recvRespTime?: string;
3067
+ remoteIP?: string;
3068
+ remotePort?: number;
3069
+ sentReqTime?: string;
3058
3070
  status?: "succeeded" | "in-progress" | "failed";
3059
- failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
3060
- failureDescription?: string;
3061
- errorCode?: number;
3062
- mediaLineData?: {};
3063
- iceMangled?: boolean;
3071
+ tlsDomain?: string;
3064
3072
  transactionId?: string;
3065
3073
  ufrag?: string;
3066
- sentReqTime?: string;
3067
- recvRespTime?: string;
3068
3074
  additionalProperties?: false;
3069
3075
  }[];
3070
3076
  /**
@@ -4637,25 +4643,28 @@ export interface Event {
4637
4643
  additionalProperties?: false;
4638
4644
  };
4639
4645
  mediaLines?: {
4640
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
4641
- remoteIP?: string;
4646
+ clusterName?: string;
4647
+ connectionType?: "none" | "direct" | "proxy";
4648
+ direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
4649
+ errorCode?: number;
4650
+ extension?: {};
4651
+ failureDescription?: string;
4652
+ failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
4653
+ iceMangled?: boolean;
4642
4654
  localIP?: string;
4643
4655
  localNetworkPrefix?: string;
4644
4656
  localPort?: number;
4645
- remotePort?: number;
4657
+ mediaLineData?: {};
4658
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
4646
4659
  protocol: "udp" | "tcp" | "xtls" | "unknown";
4647
- direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
4648
- clusterName?: string;
4660
+ recvRespTime?: string;
4661
+ remoteIP?: string;
4662
+ remotePort?: number;
4663
+ sentReqTime?: string;
4649
4664
  status?: "succeeded" | "in-progress" | "failed";
4650
- failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
4651
- failureDescription?: string;
4652
- errorCode?: number;
4653
- mediaLineData?: {};
4654
- iceMangled?: boolean;
4665
+ tlsDomain?: string;
4655
4666
  transactionId?: string;
4656
4667
  ufrag?: string;
4657
- sentReqTime?: string;
4658
- recvRespTime?: string;
4659
4668
  additionalProperties?: false;
4660
4669
  }[];
4661
4670
  /**
@@ -7224,25 +7233,28 @@ export interface Event {
7224
7233
  additionalProperties?: false;
7225
7234
  };
7226
7235
  mediaLines?: {
7227
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
7228
- remoteIP?: string;
7236
+ clusterName?: string;
7237
+ connectionType?: "none" | "direct" | "proxy";
7238
+ direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
7239
+ errorCode?: number;
7240
+ extension?: {};
7241
+ failureDescription?: string;
7242
+ failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
7243
+ iceMangled?: boolean;
7229
7244
  localIP?: string;
7230
7245
  localNetworkPrefix?: string;
7231
7246
  localPort?: number;
7232
- remotePort?: number;
7247
+ mediaLineData?: {};
7248
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
7233
7249
  protocol: "udp" | "tcp" | "xtls" | "unknown";
7234
- direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
7235
- clusterName?: string;
7250
+ recvRespTime?: string;
7251
+ remoteIP?: string;
7252
+ remotePort?: number;
7253
+ sentReqTime?: string;
7236
7254
  status?: "succeeded" | "in-progress" | "failed";
7237
- failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
7238
- failureDescription?: string;
7239
- errorCode?: number;
7240
- mediaLineData?: {};
7241
- iceMangled?: boolean;
7255
+ tlsDomain?: string;
7242
7256
  transactionId?: string;
7243
7257
  ufrag?: string;
7244
- sentReqTime?: string;
7245
- recvRespTime?: string;
7246
7258
  additionalProperties?: false;
7247
7259
  }[];
7248
7260
  /**
@@ -8831,25 +8843,28 @@ export interface ClientEvent {
8831
8843
  additionalProperties?: false;
8832
8844
  };
8833
8845
  mediaLines?: {
8834
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
8835
- remoteIP?: string;
8846
+ clusterName?: string;
8847
+ connectionType?: "none" | "direct" | "proxy";
8848
+ direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
8849
+ errorCode?: number;
8850
+ extension?: {};
8851
+ failureDescription?: string;
8852
+ failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
8853
+ iceMangled?: boolean;
8836
8854
  localIP?: string;
8837
8855
  localNetworkPrefix?: string;
8838
8856
  localPort?: number;
8839
- remotePort?: number;
8857
+ mediaLineData?: {};
8858
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
8840
8859
  protocol: "udp" | "tcp" | "xtls" | "unknown";
8841
- direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
8842
- clusterName?: string;
8860
+ recvRespTime?: string;
8861
+ remoteIP?: string;
8862
+ remotePort?: number;
8863
+ sentReqTime?: string;
8843
8864
  status?: "succeeded" | "in-progress" | "failed";
8844
- failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
8845
- failureDescription?: string;
8846
- errorCode?: number;
8847
- mediaLineData?: {};
8848
- iceMangled?: boolean;
8865
+ tlsDomain?: string;
8849
8866
  transactionId?: string;
8850
8867
  ufrag?: string;
8851
- sentReqTime?: string;
8852
- recvRespTime?: string;
8853
8868
  additionalProperties?: false;
8854
8869
  }[];
8855
8870
  /**
@@ -11606,25 +11621,28 @@ export interface FeatureEvent {
11606
11621
  additionalProperties?: false;
11607
11622
  };
11608
11623
  mediaLines?: {
11609
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
11610
- remoteIP?: string;
11624
+ clusterName?: string;
11625
+ connectionType?: "none" | "direct" | "proxy";
11626
+ direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
11627
+ errorCode?: number;
11628
+ extension?: {};
11629
+ failureDescription?: string;
11630
+ failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
11631
+ iceMangled?: boolean;
11611
11632
  localIP?: string;
11612
11633
  localNetworkPrefix?: string;
11613
11634
  localPort?: number;
11614
- remotePort?: number;
11635
+ mediaLineData?: {};
11636
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
11615
11637
  protocol: "udp" | "tcp" | "xtls" | "unknown";
11616
- direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
11617
- clusterName?: string;
11638
+ recvRespTime?: string;
11639
+ remoteIP?: string;
11640
+ remotePort?: number;
11641
+ sentReqTime?: string;
11618
11642
  status?: "succeeded" | "in-progress" | "failed";
11619
- failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
11620
- failureDescription?: string;
11621
- errorCode?: number;
11622
- mediaLineData?: {};
11623
- iceMangled?: boolean;
11643
+ tlsDomain?: string;
11624
11644
  transactionId?: string;
11625
11645
  ufrag?: string;
11626
- sentReqTime?: string;
11627
- recvRespTime?: string;
11628
11646
  additionalProperties?: false;
11629
11647
  }[];
11630
11648
  /**
@@ -13164,25 +13182,28 @@ export interface MediaQualityEvent {
13164
13182
  additionalProperties?: false;
13165
13183
  };
13166
13184
  mediaLines?: {
13167
- mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
13168
- remoteIP?: string;
13185
+ clusterName?: string;
13186
+ connectionType?: "none" | "direct" | "proxy";
13187
+ direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
13188
+ errorCode?: number;
13189
+ extension?: {};
13190
+ failureDescription?: string;
13191
+ failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
13192
+ iceMangled?: boolean;
13169
13193
  localIP?: string;
13170
13194
  localNetworkPrefix?: string;
13171
13195
  localPort?: number;
13172
- remotePort?: number;
13196
+ mediaLineData?: {};
13197
+ mediaType: "audio" | "video" | "share" | "share_audio" | "whiteboard" | "gamestate";
13173
13198
  protocol: "udp" | "tcp" | "xtls" | "unknown";
13174
- direction: "sendrecv" | "sendonly" | "recvonly" | "inactive";
13175
- clusterName?: string;
13199
+ recvRespTime?: string;
13200
+ remoteIP?: string;
13201
+ remotePort?: number;
13202
+ sentReqTime?: string;
13176
13203
  status?: "succeeded" | "in-progress" | "failed";
13177
- failureReason?: "network" | "transport" | "rejected" | "timeout" | "notstarted" | "succeeded";
13178
- failureDescription?: string;
13179
- errorCode?: number;
13180
- mediaLineData?: {};
13181
- iceMangled?: boolean;
13204
+ tlsDomain?: string;
13182
13205
  transactionId?: string;
13183
13206
  ufrag?: string;
13184
- sentReqTime?: string;
13185
- recvRespTime?: string;
13186
13207
  additionalProperties?: false;
13187
13208
  }[];
13188
13209
  /**
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  "access": "public",
30
30
  "registry": "https://registry.npmjs.org"
31
31
  },
32
- "version": "1.0.1240"
32
+ "version": "1.0.1242"
33
33
  }