Enum RTCPeerConnectionState
Namespace: Unity.WebRTC
Syntax
public enum RTCPeerConnectionState
Fields
| Name | Description | Value |
|---|---|---|
| New | 0 | |
| Connecting | 1 | |
| Connected | 2 | |
| Disconnected | 3 | |
| Failed | 4 | |
| Closed | 5 |
public enum RTCPeerConnectionState
| Name | Description | Value |
|---|---|---|
| New | 0 | |
| Connecting | 1 | |
| Connected | 2 | |
| Disconnected | 3 | |
| Failed | 4 | |
| Closed | 5 |