@sendbird/calls-react-native
    Preparing search index...

    Type Alias RecordingOptions

    type RecordingOptions = {
        directoryPath: string;
        fileName?: string;
        recordingType: RecordingType;
    }
    Index

    Properties

    directoryPath: string

    Used to specify the base directory path of where the recorded file will be saved *

    fileName?: string

    Used to specify a name of the recorded file. If unspecified, it will be saved as {type}_{callId}_{timestamp}. *

    recordingType: RecordingType