You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to get the video file, works on Android, but not on iOS. I noticed some others saying it wasn't working. Still getting 'empty'. Has there been any changes to this?
Smartphone (please complete the following information):
iOS
Additional context
I have tried to wrap this code in a try{} but nothing get's caught.
I get the first log, but not the others.
Hoping for some direction.
`console.log('[camera] Try getting video file path');
const result = await CameraPreview.stopRecordVideo()
const fileName = result.value.substring(result.value.lastIndexOf("/") + 1);
console.log('[camera] fileName: ', fileName); // << Does not log this
console.log('[camera] Result: ', result); // << Does not log this`
The text was updated successfully, but these errors were encountered:
@asorteberg@stickypages Hey so since it seems like this plugin is not currently maintained, there is this new plugin called capacitor-community/video-recorder that works pretty well. It was made to fix all of the issues of this plugin related to video recording.
Describe the bug
I'm trying to get the video file, works on Android, but not on iOS. I noticed some others saying it wasn't working. Still getting 'empty'. Has there been any changes to this?
Smartphone (please complete the following information):
Additional context
I have tried to wrap this code in a try{} but nothing get's caught.
I get the first log, but not the others.
Hoping for some direction.
`console.log('[camera] Try getting video file path');
const result = await CameraPreview.stopRecordVideo()
const fileName = result.value.substring(result.value.lastIndexOf("/") + 1);
console.log('[camera] fileName: ', fileName); // << Does not log this
console.log('[camera] Result: ', result); // << Does not log this`
The text was updated successfully, but these errors were encountered: