Enum IceCandidateTransportType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RELAY

      Allows to use only ICE candidates that are using a relay server (such as a TURN server) to route the traffic.

      NOHOST

      Filters all the HOST ICE candidates out. This can be used to improve privacy as no local IP addresses of device (i.e. the ones that are not accessible by STUN server or other peer) are exposed.

      ALL

      Allows to use every generated ICE candidate. This is the default value.