Enum RTCIceTcpCandidateType
Describes the TCP type for ICE candidates.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCIceTcpCandidateType
Fields
| Name | Description |
|---|---|
| Active | Active TCP candidate. |
| Passive | Passive TCP candidate. |
| So | Simultaneous open TCP candidate. |