@webex/event-dictionary-ts 1.0.1955 → 1.0.1957

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.
@@ -6876,6 +6876,7 @@
6876
6876
  "Frames",
6877
6877
  "GroupAndSpeaker",
6878
6878
  "Desktop",
6879
+ "Dynamic",
6879
6880
  "Combined",
6880
6881
  "Manual"
6881
6882
  ]
@@ -7412,6 +7412,7 @@
7412
7412
  "Frames",
7413
7413
  "GroupAndSpeaker",
7414
7414
  "Desktop",
7415
+ "Dynamic",
7415
7416
  "Combined",
7416
7417
  "Manual"
7417
7418
  ]
@@ -16785,6 +16786,7 @@
16785
16786
  "Frames",
16786
16787
  "GroupAndSpeaker",
16787
16788
  "Desktop",
16789
+ "Dynamic",
16788
16790
  "Combined",
16789
16791
  "Manual"
16790
16792
  ]
@@ -31917,6 +31919,7 @@
31917
31919
  "Frames",
31918
31920
  "GroupAndSpeaker",
31919
31921
  "Desktop",
31922
+ "Dynamic",
31920
31923
  "Combined",
31921
31924
  "Manual"
31922
31925
  ]
@@ -3632,6 +3632,7 @@
3632
3632
  "Frames",
3633
3633
  "GroupAndSpeaker",
3634
3634
  "Desktop",
3635
+ "Dynamic",
3635
3636
  "Combined",
3636
3637
  "Manual"
3637
3638
  ]
@@ -3447,6 +3447,7 @@ export interface Event {
3447
3447
  | "Frames"
3448
3448
  | "GroupAndSpeaker"
3449
3449
  | "Desktop"
3450
+ | "Dynamic"
3450
3451
  | "Combined"
3451
3452
  | "Manual";
3452
3453
  /**
@@ -7358,6 +7359,7 @@ export interface Event {
7358
7359
  | "Frames"
7359
7360
  | "GroupAndSpeaker"
7360
7361
  | "Desktop"
7362
+ | "Dynamic"
7361
7363
  | "Combined"
7362
7364
  | "Manual";
7363
7365
  /**
@@ -13656,6 +13658,7 @@ export interface Event {
13656
13658
  | "Frames"
13657
13659
  | "GroupAndSpeaker"
13658
13660
  | "Desktop"
13661
+ | "Dynamic"
13659
13662
  | "Combined"
13660
13663
  | "Manual";
13661
13664
  /**
@@ -18540,6 +18543,7 @@ export interface ClientEvent {
18540
18543
  | "Frames"
18541
18544
  | "GroupAndSpeaker"
18542
18545
  | "Desktop"
18546
+ | "Dynamic"
18543
18547
  | "Combined"
18544
18548
  | "Manual";
18545
18549
  /**
@@ -22132,6 +22136,7 @@ export interface MediaQualityEvent {
22132
22136
  | "Frames"
22133
22137
  | "GroupAndSpeaker"
22134
22138
  | "Desktop"
22139
+ | "Dynamic"
22135
22140
  | "Combined"
22136
22141
  | "Manual";
22137
22142
  /**
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1955"
30
+ "version": "1.0.1957"
31
31
  }