fix: so, newer versions of liblinphone have no support for manual keepalive timing setting
This commit is contained in:
parent
288b46647c
commit
392b501167
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue