Interface StoppedRecordingData

interface StoppedRecordingData {
    state: string;
    reason?: string;
}

Properties

Properties

state: string
reason?: string