Sushil Parajuli

Results 3 issues of Sushil Parajuli

nat-media-video will only play, pause, stop the video. I am looking for the same features for video file which can be done for the images through nat-media-image

Code :-> Nat.camera.captureVideo({}, (err, ret) => { if (err) { Nat.toast('[ERROR] ' + JSON.stringify(err)) return } Nat.toast(JSON.stringify(ret, null, 2)) this.videoDataData = ret.path })