Enum IceTransportType
Type of ICE candidates offered to the remote peer.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public enum IceTransportType : int
Fields
Name | Description |
---|---|
All | Offer all types of ICE candidates. |
NoHost | |
None | No ICE candidate offered. |
Relay | Only advertize relay-type candidates, like TURN servers, to avoid leaking the IP address of the client. |