feat: disable automatic gain control for android (unavailable in iOS)
This commit is contained in:
parent
5a547958d5
commit
02cc6ad612
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ class LinphoneBridge(
|
||||||
core.addListener(coreListener)
|
core.addListener(coreListener)
|
||||||
|
|
||||||
core.setIpv6Enabled(false)
|
core.setIpv6Enabled(false)
|
||||||
|
core.setAgcEnabled(false)
|
||||||
|
|
||||||
// Enable video
|
// Enable video
|
||||||
core.isVideoCaptureEnabled = true
|
core.isVideoCaptureEnabled = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue