triniwiz / nativescript-videorecorder

:video_camera: NativeScript plugin for Video Recording . :video_camera:
Apache License 2.0
43 stars 29 forks source link

saveToGallery:false not working on android nativescript 7 #83

Closed mamuncse1112 closed 3 years ago

mamuncse1112 commented 3 years ago

Here is my code, const options: VideoRecorderOptions = { hd: false, saveToGallery: false } const videorecorder = new VideoRecorder(options) videorecorder.record().then((data) => { console.log("Path" , data.file)

    }).catch((err) => {
        console.log(err)
    })
triniwiz commented 3 years ago

Any error ?

mamuncse1112 commented 3 years ago

No..... videorecorder.record() function not executed.... If SaveToGalary : false

mamuncse1112 commented 3 years ago

@triniwiz/nativescript-videorecorder version 4.0.1

triniwiz commented 3 years ago

fixed in @triniwiz/nativescript-videorecorder version 4.0.2