@webex/event-dictionary-ts 1.0.2163 → 1.0.2165

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.
@@ -26078,6 +26078,7 @@
26078
26078
  "DEVICE_ERROR",
26079
26079
  "LOAD_LIBRARY_ERROR",
26080
26080
  "NO_FRAME_DECODE_ERROR",
26081
+ "NO_FRAME_ENCODE_ERROR",
26081
26082
  "NO_PACKET_RECV_ERROR",
26082
26083
  "INITIAL_MEMORY_ERROR",
26083
26084
  "MAC_VIRTUAL_AUDIO_DRV_ERROR",
@@ -12018,6 +12018,7 @@
12018
12018
  "DEVICE_ERROR",
12019
12019
  "LOAD_LIBRARY_ERROR",
12020
12020
  "NO_FRAME_DECODE_ERROR",
12021
+ "NO_FRAME_ENCODE_ERROR",
12021
12022
  "NO_PACKET_RECV_ERROR",
12022
12023
  "INITIAL_MEMORY_ERROR",
12023
12024
  "MAC_VIRTUAL_AUDIO_DRV_ERROR",
@@ -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"
@@ -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.2163"
35
+ "version": "1.0.2165"
36
36
  }