TransportType

public enum TransportType : Int

Enum describing transport type for LinphoneAddress.

  • Udp

    Undocumented

    Declaration

    Swift

    case Udp = 0
  • Tcp

    Undocumented

    Declaration

    Swift

    case Tcp = 1
  • Tls

    Undocumented

    Declaration

    Swift

    case Tls = 2
  • Undocumented

    Declaration

    Swift

    case Dtls = 3