Default value for G722 setting added
This commit is contained in:
parent
6366fac197
commit
06ab0709d6
1 changed files with 1 additions and 0 deletions
|
@ -862,6 +862,7 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
|||
e.putBoolean(getString(R.string.pref_codec_pcma_key), true);
|
||||
e.putBoolean(getString(R.string.pref_codec_pcmu_key), true);
|
||||
e.putBoolean(getString(R.string.pref_codec_speex8_key), true);
|
||||
e.putBoolean(getString(R.string.pref_codec_g722_key), false);
|
||||
e.putBoolean(getString(pref_codec_speex16_key), fastCpu);
|
||||
e.putBoolean(getString(pref_codec_speex32_key), fastCpu);
|
||||
|
||||
|
|
Loading…
Reference in a new issue