Enum RTCIceCandidateType
Specifies the type of ICE candidate.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCIceCandidateType
Fields
| Name | Description |
|---|---|
| Host | Host candidate type. |
| Prflx | Peer reflexive candidate type. |
| Relay | Relay candidate type. |
| Srflx | Server reflexive candidate type. |