Merge branch 'newUI' of git.linphone.org:linphone-android into newUI
This commit is contained in:
commit
c039872dc2
1 changed files with 1 additions and 2 deletions
|
@ -478,7 +478,6 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
||||||
mLc.enableIpv6(getPrefBoolean(R.string.pref_ipv6_key, false));
|
mLc.enableIpv6(getPrefBoolean(R.string.pref_ipv6_key, false));
|
||||||
mLc.setZrtpSecretsCache(basePath+"/zrtp_secrets");
|
mLc.setZrtpSecretsCache(basePath+"/zrtp_secrets");
|
||||||
|
|
||||||
mLc.setPlaybackGain(3);
|
|
||||||
mLc.setRing(null);
|
mLc.setRing(null);
|
||||||
mLc.setRootCA(mLinphoneRootCaFile);
|
mLc.setRootCA(mLinphoneRootCaFile);
|
||||||
mLc.setPlayFile(mPauseSoundFile);
|
mLc.setPlayFile(mPauseSoundFile);
|
||||||
|
|
Loading…
Reference in a new issue