Fix AVPF default RTCP interval when using wizard for other than linphone account

This commit is contained in:
Sylvain Berfini 2014-07-03 12:56:39 +02:00
parent 538b0dbfe8
commit 28fb71117f

View file

@ -312,7 +312,8 @@ public class SetupActivity extends FragmentActivity implements OnClickListener {
String forcedProxy = getResources().getString(R.string.setup_forced_proxy);
if (!TextUtils.isEmpty(forcedProxy)) {
builder.setProxy(forcedProxy)
.setOutboundProxyEnabled(true);
.setOutboundProxyEnabled(true)
.setAvpfRRInterval(5);
}
}