WebRTCDataChannelChannelState Enumeration |
[Missing <summary> documentation for "T:Godot.WebRTCDataChannel.ChannelState"]
Namespace: Godot
public enum ChannelState
Member name | Value | Description | |
---|---|---|---|
Connecting | 0 | The channel was created, but it's still trying to connect. | |
Open | 1 | The channel is currently open, and data can flow over it. | |
Closing | 2 | The channel is being closed, no new messages will be accepted, but those already in queue will be flushed. | |
Closed | 3 | The channel was closed, or connection failed. |