MediaSFU React Native
    Preparing search index...

    Variable stoppedRecordingConst

    stoppedRecording: (
        { state, reason, showAlert, }: StoppedRecordingOptions,
    ) => Promise<void>

    Shows a reasoned alert when the backend reports that recording has stopped.

    Type Declaration

    await stoppedRecording({
    state: 'stop',
    reason: 'The session ended',
    showAlert,
    });