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