@veltdev/sdk-staging 4.5.4-beta.2 → 4.5.4-beta.3
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/app/models/element/recorder-element.model.d.ts +20 -0
- package/package.json +1 -1
- package/velt.js +69 -69
|
@@ -154,6 +154,16 @@ export declare class RecorderElement {
|
|
|
154
154
|
*/
|
|
155
155
|
disablePictureInPicture: () => void;
|
|
156
156
|
|
|
157
|
+
/**
|
|
158
|
+
* To enable playback on preview click
|
|
159
|
+
*/
|
|
160
|
+
enablePlaybackOnPreviewClick: () => void;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* To disable playback on preview click
|
|
164
|
+
*/
|
|
165
|
+
disablePlaybackOnPreviewClick: () => void;
|
|
166
|
+
|
|
157
167
|
constructor();
|
|
158
168
|
|
|
159
169
|
private _initRecording;
|
|
@@ -303,4 +313,14 @@ export declare class RecorderElement {
|
|
|
303
313
|
* To disable picture in picture
|
|
304
314
|
*/
|
|
305
315
|
private _disablePictureInPicture;
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* To enable playback on preview click
|
|
319
|
+
*/
|
|
320
|
+
private _enablePlaybackOnPreviewClick;
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* To disable playback on preview click
|
|
324
|
+
*/
|
|
325
|
+
private _disablePlaybackOnPreviewClick;
|
|
306
326
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "4.5.4-beta.
|
|
3
|
+
"version": "4.5.4-beta.3",
|
|
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": [
|