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

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