Fix SRTP issue
This commit is contained in:
parent
2ad6dff08a
commit
afbd6f85fa
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…
Reference in a new issue