I need to delete all the past versions of a set of files on SharePoint because they are taking up too much space. I’m going to try and use the SharePoint RESTful API to do this, which I have used for other applications.
Features covered in this code-along style video include:
if (typeof(playerLoaded) === 'undefined') {var playerLoaded = false;}(function isVideojsDefined() {if (typeof(videojs) !== 'undefined') {videojs("mathworks-brightcove-player").on('loadedmetadata', function() {playerLoaded = true;});} else {setTimeout(isVideojsDefined, 10);}})();
Play the video in full screen mode for a better viewing experience.