Skip to content

iOS still not getting data from stopRecordVideo() #334

Description

@stickypages

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`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions