mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-30 18:56:23 +00:00
Always ask user to validate zrtp sas
This commit is contained in:
parent
abd34977ca
commit
1969b2ccf7
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ public class CallActivity extends Activity implements OnClickListener {
|
||||||
@Override
|
@Override
|
||||||
public void callEncryptionChanged(LinphoneCore lc, final LinphoneCall call, boolean encrypted, String authenticationToken) {
|
public void callEncryptionChanged(LinphoneCore lc, final LinphoneCall call, boolean encrypted, String authenticationToken) {
|
||||||
if (status != null) {
|
if (status != null) {
|
||||||
if(call.getCurrentParamsCopy().getMediaEncryption().equals(LinphoneCore.MediaEncryption.ZRTP) && !call.isAuthenticationTokenVerified()){
|
if(call.getCurrentParamsCopy().getMediaEncryption().equals(LinphoneCore.MediaEncryption.ZRTP)/* && !call.isAuthenticationTokenVerified()*/){
|
||||||
status.showZRTPDialog(call);
|
status.showZRTPDialog(call);
|
||||||
}
|
}
|
||||||
status.refreshStatusItems(call, call.getCurrentParamsCopy().getVideoEnabled());
|
status.refreshStatusItems(call, call.getCurrentParamsCopy().getVideoEnabled());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue