@camstack/addon-decoder-ffmpeg 1.2.50 → 1.2.51
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.
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15704,6 +15704,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
15704
15704
|
"device-offline",
|
|
15705
15705
|
"device-disabled",
|
|
15706
15706
|
"device-enabled",
|
|
15707
|
+
"device-battery-low",
|
|
15708
|
+
"device-battery-normal",
|
|
15707
15709
|
"stream-online",
|
|
15708
15710
|
"stream-offline",
|
|
15709
15711
|
"node-online",
|
package/dist/index.mjs
CHANGED
|
@@ -15700,6 +15700,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
15700
15700
|
"device-offline",
|
|
15701
15701
|
"device-disabled",
|
|
15702
15702
|
"device-enabled",
|
|
15703
|
+
"device-battery-low",
|
|
15704
|
+
"device-battery-normal",
|
|
15703
15705
|
"stream-online",
|
|
15704
15706
|
"stream-offline",
|
|
15705
15707
|
"node-online",
|