The state read-only property of the RTCSctpTransport interface provides information which describes a Stream Control Transmission Protocol (SCTP) transport state.
A string whose value is one of the following:
connectingThe initial state when the connection is being established.
connectedThe connection is open for data transmission.
closedThe connection is closed and can no longer be used.