Enum RTCDataChannelState
Please check the ReadyState in the RTCDataChannel class.
Namespace: Unity.WebRTC
Syntax
public enum RTCDataChannelState
Fields
Name | Description | Value |
---|---|---|
Connecting | 0 | |
Open | 1 | |
Closing | 2 | |
Closed | 3 |
Please check the ReadyState in the RTCDataChannel class.
public enum RTCDataChannelState
Name | Description | Value |
---|---|---|
Connecting | 0 | |
Open | 1 | |
Closing | 2 | |
Closed | 3 |