@veltdev/sdk 4.5.2-beta.11 → 4.5.2-beta.13

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.
@@ -124,6 +124,36 @@ export declare class RecorderElement {
124
124
  */
125
125
  askDevicePermission: (options: RecorderDevicePermissionOptions) => void;
126
126
 
127
+ /**
128
+ * To set max length
129
+ */
130
+ setMaxLength: (seconds: number) => void;
131
+
132
+ /**
133
+ * To open picture in picture
134
+ */
135
+ openPictureInPicture: () => Promise<void>;
136
+
137
+ /**
138
+ * To exit picture in picture
139
+ */
140
+ exitPictureInPicture: () => Promise<void>;
141
+
142
+ /**
143
+ * To request screen permission
144
+ */
145
+ requestScreenPermission: () => Promise<MediaStream | null>;
146
+
147
+ /**
148
+ * To enable picture in picture
149
+ */
150
+ enablePictureInPicture: () => void;
151
+
152
+ /**
153
+ * To disable picture in picture
154
+ */
155
+ disablePictureInPicture: () => void;
156
+
127
157
  constructor();
128
158
 
129
159
  private _initRecording;
@@ -243,4 +273,34 @@ export declare class RecorderElement {
243
273
  * To ask device permission
244
274
  */
245
275
  private _askDevicePermission;
276
+
277
+ /**
278
+ * To set max length
279
+ */
280
+ private _setMaxLength;
281
+
282
+ /**
283
+ * To open picture in picture
284
+ */
285
+ private _openPictureInPicture;
286
+
287
+ /**
288
+ * To exit picture in picture
289
+ */
290
+ private _exitPictureInPicture;
291
+
292
+ /**
293
+ * To request screen permission
294
+ */
295
+ private _requestScreenPermission;
296
+
297
+ /**
298
+ * To enable picture in picture
299
+ */
300
+ private _enablePictureInPicture;
301
+
302
+ /**
303
+ * To disable picture in picture
304
+ */
305
+ private _disablePictureInPicture;
246
306
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "4.5.2-beta.11",
3
+ "version": "4.5.2-beta.13",
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": [