interface VideoRecording {
    stop: () => Promise<{ uri: string }>;
}

Properties

Properties

stop: () => Promise<{ uri: string }>