Enum IceType
Enumeration of the different types of ICE servers.
Namespace: Microsoft.MixedReality.WebRTC.Unity
Assembly: cs.temp.dll.dll
Syntax
public enum IceType
Fields
| Name | Description |
|---|---|
| None | Indicates there is no ICE information |
| Stun | Indicates ICE information is of type STUN |
| Turn | Indicates ICE information is of type TURN |