Interface TimeLeftRecordingOptions

interface TimeLeftRecordingOptions {
    timeLeft: number;
    showAlert?: ShowAlert;
}

Properties

Properties

timeLeft: number
showAlert?: ShowAlert