智能会议系统(16)---Linphone配置⼤全
Linphone配置⼤全
1. ⾃动接听电话:
non_l驴肉加工
<bool name="auto_answer_calls">false</bool>
2. 在第⼀次启动应⽤程序的时候跳转到登陆界⾯
LinphoneActivity.java选器
织物柔软剂// boolean useFirstLoginActivity = getResources().getBoolean(R.bool.display_account_wizard_at_first_start);
// if (LinphonePreferences.instance().isProvisioningLoginViewEnabled()) {
// Intent wizard = new Intent();
// wizard.setClass(this, RemoteProvisioningLoginActivity.class);
// wizard.putExtra("Domain", Instance().wizardLoginViewDomain);
// startActivityForResult(wizard, REMOTE_PROVISIONING_LOGIN_ACTIVITY);
// } else if (useFirstLoginActivity && LinphonePreferences.instance().isFirstLaunch() || Lc().getProxyConfigList().length == 0) { // if (LinphonePreferences.instance().getAccountCount() > 0) {
// LinphonePreferences.instance().firstLaunchSuccessful();
// } else {
// startActivityForResult(new Intent().setClass(this, AssistantActivity.class), FIRST_LOGIN_ACTIVITY);
// }
// }
LinphonePreferences.instance().setAutomaticallyAcceptVideoRequests(true);
LinphonePreferences.instance().setInitiateVideoCall(true)
5.设置允许视频通话
LinphonePreferences.instance().setDebugEnabled(true);
6.设置最⼤同时通话数量
便携式洒弹器
/res/raw/linphonerc_default ⽂件
keepalive_period=30000
8.打开和关闭linphone的调试Debug开关
can总线电路
LinphonePreferences.instance().setDebugEnabled(false)