remote call to setPlaybackGain(). should be done from config file instead
This commit is contained in:
parent
f4e4c9c9af
commit
9e4c2a8e92
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.setZrtpSecretsCache(basePath+"/zrtp_secrets");
|
||||
|
||||
mLc.setPlaybackGain(3);
|
||||
mLc.setRing(null);
|
||||
mLc.setRootCA(mLinphoneRootCaFile);
|
||||
mLc.setPlayFile(mPauseSoundFile);
|
||||
|
|
Loading…
Reference in a new issue