mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 13:48:11 +00:00
remote call to setPlaybackGain(). should be done from config file instead
This commit is contained in:
parent
43199a75d4
commit
706cbb1078
1 changed files with 1 additions and 2 deletions
|
|
@ -477,8 +477,7 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
|||
|
||||
mLc.enableIpv6(getPrefBoolean(R.string.pref_ipv6_key, false));
|
||||
mLc.setZrtpSecretsCache(basePath+"/zrtp_secrets");
|
||||
|
||||
mLc.setPlaybackGain(3);
|
||||
|
||||
mLc.setRing(null);
|
||||
mLc.setRootCA(mLinphoneRootCaFile);
|
||||
mLc.setPlayFile(mPauseSoundFile);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue