remote call to setPlaybackGain(). should be done from config file instead

This commit is contained in:
Simon Morlat 2012-09-12 10:56:53 +02:00
parent f4e4c9c9af
commit 9e4c2a8e92

View file

@ -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);