mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 21:58:09 +00:00
Fix AVPF default RTCP interval when using wizard for other than linphone account
This commit is contained in:
parent
538b0dbfe8
commit
28fb71117f
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue