refactor: simplify ipv6 configuration with setIpv6Enabled (disabling ipv6 actually)
This commit is contained in:
parent
71b9b11439
commit
a740475d56
1 changed files with 1 additions and 3 deletions
|
|
@ -201,9 +201,7 @@ class LinphoneBridge(
|
|||
core = factory.createCore(null, null, activity.baseContext)
|
||||
core.addListener(coreListener)
|
||||
|
||||
core.isIpv6Enabled = false
|
||||
core.config.setInt("net", "ipv6", 0)
|
||||
core.config.sync()
|
||||
core.setIpv6Enabled(false)
|
||||
|
||||
// Enable video
|
||||
core.isVideoCaptureEnabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue