You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: mddocs/advanced_integration.md
+12
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This guide is aimed to help you complete advanced integration of Video Editor SD
9
9
-[Add audio content](#Add-audio-content)
10
10
-[Drafts](#Drafts)
11
11
-[Launch methods](#Launch-methods)
12
+
-[Editor V2](#editor-v2)
12
13
13
14
## Video recording
14
15
Video editor supports functionality allowing to record video using Android camera. There are many features, configurations and styles
@@ -81,4 +82,15 @@ Video editor will not open in PIP mode if your license token does not support PI
81
82
)
82
83
```
83
84
85
+
## Editor V2
86
+
87
+
To keep up with the latest developments and best practices, our team has completely redesigned the Video Editor SDK to be as convenient and enjoyable as possible.
88
+
89
+
Create ```Bundle``` with Editor UI V2 configuration and pass ```extras``` to any Video Editor start method.
0 commit comments