Transports

public class Transports : LinphoneObject

Linphone core SIP transport ports. Special values LC_SIP_TRANSPORT_RANDOM, LC_SIP_TRANSPORT_RANDOM, LC_SIP_TRANSPORT_DONTBIND can be used. Use with linphone_core_set_sip_transports

  • Gets the DTLS port in the Transports object.

    Declaration

    Swift

    public var dtlsPort: Int { get set }

    Return Value

    the DTLS port

  • Gets the TCP port in the Transports object.

    Declaration

    Swift

    public var tcpPort: Int { get set }

    Return Value

    the TCP port

  • Gets the TLS port in the Transports object.

    Declaration

    Swift

    public var tlsPort: Int { get set }

    Return Value

    the TLS port

  • Gets the UDP port in the Transports object.

    Declaration

    Swift

    public var udpPort: Int { get set }

    Return Value

    the UDP port