Type Alias RTCDataChannelState

    RTCDataChannelState:
        | "closed"
        | "closing"
        | "connecting"
        | "open"