Fix AVPF default RTCP interval when using wizard for other than linphone account
This commit is contained in:
parent
4a74bd5f5a
commit
693a56f519
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…
Reference in a new issue