Interface UniverseHardwareDataSource

interface UniverseHardwareDataSource {
    id: string;
    rtcStreamName: string;
    sourceType: "hardware";
}

Properties

id: string
rtcStreamName: string
sourceType: "hardware"

Generated using TypeDoc