fix: apparently, liblinphone has NO keepalive options

This commit is contained in:
Andrew 2026-04-08 18:58:04 +07:00
parent 392b501167
commit f722fc0e5f

View file

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