@webex/event-dictionary-ts 1.0.1676 → 1.0.1677

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.
@@ -1863,6 +1863,9 @@
1863
1863
  "callDurationSecs": {
1864
1864
  "type": "integer"
1865
1865
  },
1866
+ "lobbyType": {
1867
+ "type": "string"
1868
+ },
1866
1869
  "callDirection": {
1867
1870
  "type": "string",
1868
1871
  "enum": [
@@ -2367,6 +2367,9 @@
2367
2367
  "callDurationSecs": {
2368
2368
  "type": "integer"
2369
2369
  },
2370
+ "lobbyType": {
2371
+ "type": "string"
2372
+ },
2370
2373
  "callDirection": {
2371
2374
  "type": "string",
2372
2375
  "enum": [
@@ -9854,6 +9857,9 @@
9854
9857
  "callDurationSecs": {
9855
9858
  "type": "integer"
9856
9859
  },
9860
+ "lobbyType": {
9861
+ "type": "string"
9862
+ },
9857
9863
  "callDirection": {
9858
9864
  "type": "string",
9859
9865
  "enum": [
@@ -14290,6 +14296,9 @@
14290
14296
  "callDurationSecs": {
14291
14297
  "type": "integer"
14292
14298
  },
14299
+ "lobbyType": {
14300
+ "type": "string"
14301
+ },
14293
14302
  "callDirection": {
14294
14303
  "type": "string",
14295
14304
  "enum": [
@@ -23644,6 +23653,9 @@
23644
23653
  "callDurationSecs": {
23645
23654
  "type": "integer"
23646
23655
  },
23656
+ "lobbyType": {
23657
+ "type": "string"
23658
+ },
23647
23659
  "callDirection": {
23648
23660
  "type": "string",
23649
23661
  "enum": [
@@ -27573,6 +27585,9 @@
27573
27585
  "callDurationSecs": {
27574
27586
  "type": "integer"
27575
27587
  },
27588
+ "lobbyType": {
27589
+ "type": "string"
27590
+ },
27576
27591
  "callDirection": {
27577
27592
  "type": "string",
27578
27593
  "enum": [
@@ -32571,6 +32586,9 @@
32571
32586
  "callDurationSecs": {
32572
32587
  "type": "integer"
32573
32588
  },
32589
+ "lobbyType": {
32590
+ "type": "string"
32591
+ },
32574
32592
  "callDirection": {
32575
32593
  "type": "string",
32576
32594
  "enum": [
@@ -1863,6 +1863,9 @@
1863
1863
  "callDurationSecs": {
1864
1864
  "type": "integer"
1865
1865
  },
1866
+ "lobbyType": {
1867
+ "type": "string"
1868
+ },
1866
1869
  "callDirection": {
1867
1870
  "type": "string",
1868
1871
  "enum": [
@@ -1864,6 +1864,9 @@
1864
1864
  "callDurationSecs": {
1865
1865
  "type": "integer"
1866
1866
  },
1867
+ "lobbyType": {
1868
+ "type": "string"
1869
+ },
1867
1870
  "callDirection": {
1868
1871
  "type": "string",
1869
1872
  "enum": [
@@ -914,6 +914,7 @@ export interface Event {
914
914
  };
915
915
  skipInterstitialWindow?: boolean;
916
916
  callDurationSecs?: number;
917
+ lobbyType?: string;
917
918
  callDirection?: "ORIGINATING" | "TERMINATING";
918
919
  /**
919
920
  * Details associated with a breakout move
@@ -4387,6 +4388,7 @@ export interface Event {
4387
4388
  };
4388
4389
  skipInterstitialWindow?: boolean;
4389
4390
  callDurationSecs?: number;
4391
+ lobbyType?: string;
4390
4392
  callDirection?: "ORIGINATING" | "TERMINATING";
4391
4393
  /**
4392
4394
  * Details associated with a breakout move
@@ -6286,6 +6288,7 @@ export interface Event {
6286
6288
  };
6287
6289
  skipInterstitialWindow?: boolean;
6288
6290
  callDurationSecs?: number;
6291
+ lobbyType?: string;
6289
6292
  callDirection?: "ORIGINATING" | "TERMINATING";
6290
6293
  /**
6291
6294
  * Details associated with a breakout move
@@ -9888,6 +9891,7 @@ export interface Event {
9888
9891
  };
9889
9892
  skipInterstitialWindow?: boolean;
9890
9893
  callDurationSecs?: number;
9894
+ lobbyType?: string;
9891
9895
  callDirection?: "ORIGINATING" | "TERMINATING";
9892
9896
  /**
9893
9897
  * Details associated with a breakout move
@@ -11597,6 +11601,7 @@ export interface Event {
11597
11601
  };
11598
11602
  skipInterstitialWindow?: boolean;
11599
11603
  callDurationSecs?: number;
11604
+ lobbyType?: string;
11600
11605
  callDirection?: "ORIGINATING" | "TERMINATING";
11601
11606
  /**
11602
11607
  * Details associated with a breakout move
@@ -13257,6 +13262,7 @@ export interface Event {
13257
13262
  };
13258
13263
  skipInterstitialWindow?: boolean;
13259
13264
  callDurationSecs?: number;
13265
+ lobbyType?: string;
13260
13266
  callDirection?: "ORIGINATING" | "TERMINATING";
13261
13267
  /**
13262
13268
  * Details associated with a breakout move
@@ -14250,6 +14256,7 @@ export interface ClientEvent {
14250
14256
  };
14251
14257
  skipInterstitialWindow?: boolean;
14252
14258
  callDurationSecs?: number;
14259
+ lobbyType?: string;
14253
14260
  callDirection?: "ORIGINATING" | "TERMINATING";
14254
14261
  /**
14255
14262
  * Details associated with a breakout move
@@ -17640,6 +17647,7 @@ export interface FeatureEvent {
17640
17647
  };
17641
17648
  skipInterstitialWindow?: boolean;
17642
17649
  callDurationSecs?: number;
17650
+ lobbyType?: string;
17643
17651
  callDirection?: "ORIGINATING" | "TERMINATING";
17644
17652
  /**
17645
17653
  * Details associated with a breakout move
@@ -19360,6 +19368,7 @@ export interface MediaQualityEvent {
19360
19368
  };
19361
19369
  skipInterstitialWindow?: boolean;
19362
19370
  callDurationSecs?: number;
19371
+ lobbyType?: string;
19363
19372
  callDirection?: "ORIGINATING" | "TERMINATING";
19364
19373
  /**
19365
19374
  * Details associated with a breakout move
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.1676"
31
+ "version": "1.0.1677"
32
32
  }