Enum RTCDataChannelState
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public enum RTCDataChannelState
Fields
Name | Description |
---|---|
closed | The underlying data transport has been closed or could not be established. |
closing | The procedure to close down the underlying data transport has started. |
connecting | The user agent is attempting to establish the underlying data transport. This is the initial state of an RTCDataChannel object, whether created with createDataChannel, or dispatched as a part of an RTCDataChannelEvent. |
open | The underlying data transport is established and communication is possible. |