mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fix SRTP issue
This commit is contained in:
parent
3c486d4811
commit
320797f9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ public class IncomingCallActivity extends Activity implements LinphoneOnCallStat
|
|||
LinphoneManager.getLc().terminateCall(mCall);
|
||||
}
|
||||
private void answer() {
|
||||
LinphoneCallParams params = mCall.getCurrentParamsCopy();
|
||||
LinphoneCallParams params = LinphoneManager.getLc().createDefaultCallParameters();
|
||||
if (mCall.getRemoteParams().getVideoEnabled() && LinphoneManager.getInstance().isAutoAcceptCamera()) {
|
||||
params.setVideoEnabled(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue