fix: so, newer versions of liblinphone have no support for manual keepalive timing setting

This commit is contained in:
Andrew 2026-04-08 18:54:16 +07:00
parent 288b46647c
commit 392b501167

View file

@ -205,7 +205,7 @@ class LinphoneBridge(
core.config.setInt("net", "ipv6", 0) core.config.setInt("net", "ipv6", 0)
core.config.sync() core.config.sync()
core.setKeepAlivePeriod(25) core.enableKeepAlive()
// Enable video // Enable video
core.isVideoCaptureEnabled = true core.isVideoCaptureEnabled = true