Interface RTCRtpEncodingParameters

    interface RTCRtpEncodingParameters {
        active?: boolean;
        maxBitrate?: number;
        maxFramerate?: number;
        networkPriority?: RTCPriorityType;
        priority?: RTCPriorityType;
        rid?: string;
        scaleResolutionDownBy?: number;
    }
    Hierarchy

    Properties

    active?: boolean
    maxBitrate?: number
    maxFramerate?: number
    networkPriority?: RTCPriorityType
    priority?: RTCPriorityType
    rid?: string
    scaleResolutionDownBy?: number