MediaSFU React Native
    Preparing search index...

    Interface LaunchRecordingOptions

    interface LaunchRecordingOptions {
        updateIsRecordingModalVisible: (visible: boolean) => void;
        isRecordingModalVisible: boolean;
        showAlert?: ShowAlert;
        stopLaunchRecord: boolean;
        canLaunchRecord: boolean;
        recordingAudioSupport: boolean;
        recordingVideoSupport: boolean;
        updateCanRecord: (canRecord: boolean) => void;
        updateClearedToRecord: (cleared: boolean) => void;
        recordStarted: boolean;
        recordPaused: boolean;
        localUIMode: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    updateIsRecordingModalVisible: (visible: boolean) => void
    isRecordingModalVisible: boolean
    showAlert?: ShowAlert
    stopLaunchRecord: boolean
    canLaunchRecord: boolean
    recordingAudioSupport: boolean
    recordingVideoSupport: boolean
    updateCanRecord: (canRecord: boolean) => void
    updateClearedToRecord: (cleared: boolean) => void
    recordStarted: boolean
    recordPaused: boolean
    localUIMode: boolean