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

  • Undocumented

    Declaration

    Swift

    public static func getSwiftObject(cObject: OpaquePointer) -> Transports
  • Undocumented

    Declaration

    Swift

    public var getCobject: OpaquePointer? { get }
  • 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

  • Gets the user data in the Transports object.

    Declaration

    Swift

    public var userData: UnsafeMutableRawPointer? { get set }

    Return Value

    the user data