Interface StopRecordingResult

interface StopRecordingResult {
    stopped: boolean;
}

Properties

Properties

stopped: boolean