Version: Android 1.2.1
Update & Delete Videos
Updating and deleting videos happens through the video store component that you can retrieve with
VideoKit.videos()
. Just like other network APIs, you will need a valid session
to perform these operation successfully. In addition, the current session identity must match
the identity of the session who originally created the videos.
#
Updating videosTo update videos, you need to create an update request:
Then, the request must be passed to the video store:
#
Deleting videosTo delete videos, all you need is the id of the video: