@veltdev/sdk 4.5.0-beta.10 → 4.5.0-beta.12
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.
|
@@ -180,6 +180,8 @@ export interface RecorderBoundedScaleRange {
|
|
|
180
180
|
centerY?: number;
|
|
181
181
|
topLeftX?: number;
|
|
182
182
|
topLeftY?: number;
|
|
183
|
+
topLeftXPixels?: number;
|
|
184
|
+
topLeftYPixels?: number;
|
|
183
185
|
}
|
|
184
186
|
export interface RecorderEditRange {
|
|
185
187
|
trimRanges: RecorderBoundedTrimRange[];
|
|
@@ -84,6 +84,11 @@ export declare class RecorderElement {
|
|
|
84
84
|
*/
|
|
85
85
|
setRecordingEncodingOptions: (options: RecorderEncodingOptions) => void;
|
|
86
86
|
|
|
87
|
+
/**
|
|
88
|
+
* To download latest video
|
|
89
|
+
*/
|
|
90
|
+
downloadLatestVideo: (recorderId: string) => Promise<boolean>;
|
|
91
|
+
|
|
87
92
|
constructor();
|
|
88
93
|
|
|
89
94
|
private _initRecording;
|
|
@@ -163,4 +168,9 @@ export declare class RecorderElement {
|
|
|
163
168
|
* To set recording encoding options
|
|
164
169
|
*/
|
|
165
170
|
private _setRecordingEncodingOptions;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* To download latest video
|
|
174
|
+
*/
|
|
175
|
+
private _downloadLatestVideo;
|
|
166
176
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.5.0-beta.
|
|
3
|
+
"version": "4.5.0-beta.12",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|