Enum WebRTCDataChannel.ChannelState
enum ChannelState
: int { ... }
Enum members
Name | Description |
---|---|
stateClosed
|
The channel was closed, or connection failed. |
stateClosing
|
The channel is being closed, no new messages will be accepted, but those already in queue will be flushed. |
stateConnecting
|
The channel was created, but it's still trying to connect. |
stateOpen
|
The channel is currently open, and data can flow over it. |