@webex/event-dictionary-ts 1.0.2162 → 1.0.2164

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.
@@ -7478,6 +7478,7 @@
7478
7478
  "Overview",
7479
7479
  "Closeup",
7480
7480
  "Frames",
7481
+ "OverlaidCloseup",
7481
7482
  "Manual",
7482
7483
  "Other"
7483
7484
  ]
@@ -8082,6 +8082,7 @@
8082
8082
  "Overview",
8083
8083
  "Closeup",
8084
8084
  "Frames",
8085
+ "OverlaidCloseup",
8085
8086
  "Manual",
8086
8087
  "Other"
8087
8088
  ]
@@ -18121,6 +18122,7 @@
18121
18122
  "Overview",
18122
18123
  "Closeup",
18123
18124
  "Frames",
18125
+ "OverlaidCloseup",
18124
18126
  "Manual",
18125
18127
  "Other"
18126
18128
  ]
@@ -20662,6 +20664,7 @@
20662
20664
  "Overview",
20663
20665
  "Closeup",
20664
20666
  "Frames",
20667
+ "OverlaidCloseup",
20665
20668
  "Manual",
20666
20669
  "Other"
20667
20670
  ]
@@ -26075,6 +26078,7 @@
26075
26078
  "DEVICE_ERROR",
26076
26079
  "LOAD_LIBRARY_ERROR",
26077
26080
  "NO_FRAME_DECODE_ERROR",
26081
+ "NO_FRAME_ENCODE_ERROR",
26078
26082
  "NO_PACKET_RECV_ERROR",
26079
26083
  "INITIAL_MEMORY_ERROR",
26080
26084
  "MAC_VIRTUAL_AUDIO_DRV_ERROR",
@@ -34509,6 +34513,7 @@
34509
34513
  "Overview",
34510
34514
  "Closeup",
34511
34515
  "Frames",
34516
+ "OverlaidCloseup",
34512
34517
  "Manual",
34513
34518
  "Other"
34514
34519
  ]
@@ -4062,6 +4062,7 @@
4062
4062
  "Overview",
4063
4063
  "Closeup",
4064
4064
  "Frames",
4065
+ "OverlaidCloseup",
4065
4066
  "Manual",
4066
4067
  "Other"
4067
4068
  ]
@@ -6603,6 +6604,7 @@
6603
6604
  "Overview",
6604
6605
  "Closeup",
6605
6606
  "Frames",
6607
+ "OverlaidCloseup",
6606
6608
  "Manual",
6607
6609
  "Other"
6608
6610
  ]
@@ -12016,6 +12018,7 @@
12016
12018
  "DEVICE_ERROR",
12017
12019
  "LOAD_LIBRARY_ERROR",
12018
12020
  "NO_FRAME_DECODE_ERROR",
12021
+ "NO_FRAME_ENCODE_ERROR",
12019
12022
  "NO_PACKET_RECV_ERROR",
12020
12023
  "INITIAL_MEMORY_ERROR",
12021
12024
  "MAC_VIRTUAL_AUDIO_DRV_ERROR",
@@ -3805,7 +3805,7 @@ export interface Event {
3805
3805
  /**
3806
3806
  * name of the view
3807
3807
  */
3808
- viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
3808
+ viewName: "Overview" | "Closeup" | "Frames" | "OverlaidCloseup" | "Manual" | "Other";
3809
3809
  /**
3810
3810
  * number of composed video panes (usually 1, but can be more in Frames view)
3811
3811
  */
@@ -8037,7 +8037,7 @@ export interface Event {
8037
8037
  /**
8038
8038
  * name of the view
8039
8039
  */
8040
- viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
8040
+ viewName: "Overview" | "Closeup" | "Frames" | "OverlaidCloseup" | "Manual" | "Other";
8041
8041
  /**
8042
8042
  * number of composed video panes (usually 1, but can be more in Frames view)
8043
8043
  */
@@ -9121,7 +9121,7 @@ export interface Event {
9121
9121
  /**
9122
9122
  * name of the view
9123
9123
  */
9124
- viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
9124
+ viewName: "Overview" | "Closeup" | "Frames" | "OverlaidCloseup" | "Manual" | "Other";
9125
9125
  /**
9126
9126
  * number of composed video panes (usually 1, but can be more in Frames view)
9127
9127
  */
@@ -11497,6 +11497,7 @@ export interface Event {
11497
11497
  | "DEVICE_ERROR"
11498
11498
  | "LOAD_LIBRARY_ERROR"
11499
11499
  | "NO_FRAME_DECODE_ERROR"
11500
+ | "NO_FRAME_ENCODE_ERROR"
11500
11501
  | "NO_PACKET_RECV_ERROR"
11501
11502
  | "INITIAL_MEMORY_ERROR"
11502
11503
  | "MAC_VIRTUAL_AUDIO_DRV_ERROR"
@@ -14968,7 +14969,7 @@ export interface Event {
14968
14969
  /**
14969
14970
  * name of the view
14970
14971
  */
14971
- viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
14972
+ viewName: "Overview" | "Closeup" | "Frames" | "OverlaidCloseup" | "Manual" | "Other";
14972
14973
  /**
14973
14974
  * number of composed video panes (usually 1, but can be more in Frames view)
14974
14975
  */
@@ -20237,7 +20238,7 @@ export interface ClientEvent {
20237
20238
  /**
20238
20239
  * name of the view
20239
20240
  */
20240
- viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
20241
+ viewName: "Overview" | "Closeup" | "Frames" | "OverlaidCloseup" | "Manual" | "Other";
20241
20242
  /**
20242
20243
  * number of composed video panes (usually 1, but can be more in Frames view)
20243
20244
  */
@@ -24152,7 +24153,7 @@ export interface MediaQualityEvent {
24152
24153
  /**
24153
24154
  * name of the view
24154
24155
  */
24155
- viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
24156
+ viewName: "Overview" | "Closeup" | "Frames" | "OverlaidCloseup" | "Manual" | "Other";
24156
24157
  /**
24157
24158
  * number of composed video panes (usually 1, but can be more in Frames view)
24158
24159
  */
@@ -25233,7 +25234,7 @@ export interface MediaQualityEvent {
25233
25234
  /**
25234
25235
  * name of the view
25235
25236
  */
25236
- viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
25237
+ viewName: "Overview" | "Closeup" | "Frames" | "OverlaidCloseup" | "Manual" | "Other";
25237
25238
  /**
25238
25239
  * number of composed video panes (usually 1, but can be more in Frames view)
25239
25240
  */
@@ -27609,6 +27610,7 @@ export interface MediaQualityEvent {
27609
27610
  | "DEVICE_ERROR"
27610
27611
  | "LOAD_LIBRARY_ERROR"
27611
27612
  | "NO_FRAME_DECODE_ERROR"
27613
+ | "NO_FRAME_ENCODE_ERROR"
27612
27614
  | "NO_PACKET_RECV_ERROR"
27613
27615
  | "INITIAL_MEMORY_ERROR"
27614
27616
  | "MAC_VIRTUAL_AUDIO_DRV_ERROR"
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2162"
35
+ "version": "1.0.2164"
36
36
  }