diff --git a/webrtc/sctp/sctp_connection.nim b/webrtc/sctp/sctp_connection.nim index e70258f..78cd5f0 100644 --- a/webrtc/sctp/sctp_connection.nim +++ b/webrtc/sctp/sctp_connection.nim @@ -53,7 +53,6 @@ type conn: DtlsConn # Underlying DTLS Connection sctpSocket*: ptr socket # Current usrsctp socket - state*: SctpState # Current Sctp State onClose: seq[SctpConnOnClose] # List of procedure to run while closing a connection