Interface StoppedRecordingOptions

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

Properties

state: string
reason: string
showAlert?: ShowAlert