Interface WebcamSchema

interface WebcamSchema {
    type: "webcam";
    filename?: string;
    camera: string | Camera;
    microphone: string | Microphone;
}

Properties

type: "webcam"
filename?: string
camera: string | Camera
microphone: string | Microphone

Generated using TypeDoc