MediaSFU React Native
    Preparing search index...

    Interface StoppedRecordingOptions

    interface StoppedRecordingOptions {
        state: string;
        reason: string;
        showAlert?: ShowAlert;
    }
    Index

    Properties

    state: string
    reason: string
    showAlert?: ShowAlert