Type Alias RTCRtpTransceiverDirection

RTCRtpTransceiverDirection:
    | "inactive"
    | "recvonly"
    | "sendonly"
    | "sendrecv"
    | "stopped"