Android Release Notes
The latest version of the VideoKit SDK for Android is 1.2.0.
v1.2.0
- New: LiveStream SDK is now available at
io.video:videokit-live:${version}
. Please check out documentation and the new sample app. - Fix: fixed white flash in recorder when transitioning to the video preview
- Fix: fixed different issues with video transcoding in editor
v1.1.0
- New: Editor SDK with handy utilities to implement a video editing interface. It lets you build a single video from multiple individual clips (coming from the recorder module, for example), rearrange them, trim them and extract thumbnails.
- New:
Record.duration
property includes the recorded video duration - New:
Record.clips
property includes all the clips that the record was made of - New:
Recorder.writeClips
,RecorderOptions.writeClips()
andClip.uri
: when the writeClips option is enabled, each one of the recorder clips will be written individually to a separate uri found inClip.uri
. This makes it possible to use each clip as a file and pass them, for example, to the editor for rearrangement / editing. - New:
Recorder.audioOptions
andRecorder.videoOptions
to configure audio/video encoding parameters like the resolution. - Enhancement:
Record.galleryUri
is not null if saveToGallery is true and video was imported from gallery - Fix: fix video transcoding issues in recorder for gallery imports
v1.0.3
- New:
RecorderFragment.overlay
,PlayerFragment.overlay
andPagerFragment.overlay
will return the root overlay view - Fix: fixed potential memory leaks with built-in fragments
- Fix: fixed bug with permission requests moving recorder to wrong state
- Fix: fixed crash when using
import()
APIs