linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] set linphone to use TCP


From: Lindsey Vastola
Subject: [Linphone-developers] set linphone to use TCP
Date: Thu, 14 Sep 2017 14:08:02 -0400

My app depends on getting calls while running in the background and that requires it to run TCP. I am using the following code to do that but it isn't working. Am I changing it correctly?

var transport = LCSipTransports()

linphone_core_get_sip_transports(lc, &transport)

transport.tls_port = PORTHERE

linphone_core_set_sip_transports(lc, &transport)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]