matrix-js-sdk

    Interface TrackStats

    interface TrackStats {
        constrainDeviceId: string;
        enabled: boolean;
        id: string;
        kind: "audio" | "video";
        label: string;
        muted: boolean;
        readyState: "ended" | "live";
        settingDeviceId: string;
    }
    Index

    Properties

    constrainDeviceId: string
    enabled: boolean
    id: string
    kind: "audio" | "video"
    label: string
    muted: boolean
    readyState: "ended" | "live"
    settingDeviceId: string
    MMNEPVFCICPMFPCPTTAAATR