Interface MediaTrackSupportedConstraints

    interface MediaTrackSupportedConstraints {
        aspectRatio?: boolean;
        autoGainControl?: boolean;
        channelCount?: boolean;
        deviceId?: boolean;
        displaySurface?: boolean;
        echoCancellation?: boolean;
        facingMode?: boolean;
        frameRate?: boolean;
        groupId?: boolean;
        height?: boolean;
        noiseSuppression?: boolean;
        sampleRate?: boolean;
        sampleSize?: boolean;
        width?: boolean;
    }

    Properties

    aspectRatio?: boolean
    autoGainControl?: boolean
    channelCount?: boolean
    deviceId?: boolean
    displaySurface?: boolean
    echoCancellation?: boolean
    facingMode?: boolean
    frameRate?: boolean
    groupId?: boolean
    height?: boolean
    noiseSuppression?: boolean
    sampleRate?: boolean
    sampleSize?: boolean
    width?: boolean