MediaSFU React Native
    Preparing search index...

    Interface RecordPauseTimerOptions

    interface RecordPauseTimerOptions {
        stop?: boolean;
        isTimerRunning: boolean;
        canPauseResume: boolean;
        showAlert?: ShowAlert;
    }
    Index

    Properties

    stop?: boolean
    isTimerRunning: boolean
    canPauseResume: boolean
    showAlert?: ShowAlert