Get the filepath of the video

Returns a string containing the filepath to the video

<CameraView ux:Name="Camera" />
<JavaScript>
    Camera.startRecording()
        .then(function(recordingSession) {
            recordingSession.stop()
                .then(function(recording) {
                    var filePath = recording.filePath();
                });
        });
</JavaScript>

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.CameraView 2.9.1