Enum RTCDataChannelState
Namespace: Unity.WebRTC
Syntax
public enum RTCDataChannelState
Fields
| Name | Description | Value |
|---|---|---|
| Connecting | 0 | |
| Open | 1 | |
| Closing | 2 | |
| Closed | 3 |
public enum RTCDataChannelState
| Name | Description | Value |
|---|---|---|
| Connecting | 0 | |
| Open | 1 | |
| Closing | 2 | |
| Closed | 3 |