Type Alias RTCPriorityType

    RTCPriorityType:
        | "high"
        | "low"
        | "medium"
        | "very-low"