@camera.ui/sdk 0.0.28 → 0.0.29
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.d.ts +3 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -5281,6 +5281,8 @@ interface RtpSessionOptions {
|
|
|
5281
5281
|
width?: number;
|
|
5282
5282
|
/** Output height */
|
|
5283
5283
|
height?: number;
|
|
5284
|
+
/** Maximum output bitrate in bits per second */
|
|
5285
|
+
bitrate?: number;
|
|
5284
5286
|
/** Additional encoder options */
|
|
5285
5287
|
encoderOptions?: Record<string, string | number | boolean | undefined | null>;
|
|
5286
5288
|
};
|
|
@@ -5391,7 +5393,7 @@ interface Fmp4SessionOptions {
|
|
|
5391
5393
|
width?: number;
|
|
5392
5394
|
/** Output height */
|
|
5393
5395
|
height?: number;
|
|
5394
|
-
/** Maximum video bitrate in bits per second
|
|
5396
|
+
/** Maximum video bitrate in bits per second */
|
|
5395
5397
|
bitrate?: number;
|
|
5396
5398
|
/** Additional encoder options */
|
|
5397
5399
|
encoderOptions?: Record<string, string | number | boolean | undefined | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camera.ui/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"description": "camera.ui sdk",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
36
36
|
"@types/multicast-dns": "^7.2.4",
|
|
37
37
|
"@types/node": "26.1.1",
|
|
38
|
-
"@typescript-eslint/parser": "^8.
|
|
38
|
+
"@typescript-eslint/parser": "^8.65.0",
|
|
39
39
|
"cpy-cli": "^7.0.0",
|
|
40
40
|
"eslint": "9.39.2",
|
|
41
41
|
"eslint-plugin-jsdoc": "^63.2.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"typedoc-plugin-markdown": "^4.12.0",
|
|
49
49
|
"typedoc-vitepress-theme": "^1.1.3",
|
|
50
50
|
"typescript": "5.9.3",
|
|
51
|
-
"typescript-eslint": "^8.
|
|
51
|
+
"typescript-eslint": "^8.65.0",
|
|
52
52
|
"vitepress": "^1.6.4",
|
|
53
53
|
"vitest": "^4.1.10",
|
|
54
54
|
"werift": "0.23.0",
|