Version: JavaScript 1.1.0
Update & Delete Videos
Updating and deleting videos happens through the video store component. Just like other network APIs, you will need a valid session to perform these operations successfully. In addition, the current session identity must match the identity of the session which originally created the videos.
#
Update VideoTo update video you should use the VideoStore.updateVideo()
method as follows:
#
Delete VideoTo delete video you can use the VideoStore.deleteVideo()
method as follows: