mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
fix compilation issue
This commit is contained in:
parent
b22f88ebb7
commit
bd667fb41c
1 changed files with 2 additions and 0 deletions
|
|
@ -185,9 +185,11 @@ static void propagate_encryption_changed(LinphoneCall *call){
|
|||
}
|
||||
ms_message("All streams are encrypted key exchanged using %s", call->current_params->media_encryption==LinphoneMediaEncryptionZRTP?"ZRTP":call->current_params->media_encryption==LinphoneMediaEncryptionDTLS?"DTLS":"Unknown mechanism");
|
||||
linphone_core_notify_call_encryption_changed(call->core, call, TRUE, call->auth_token);
|
||||
#ifdef VIDEO_ENABLED
|
||||
if (call->current_params->encryption_mandatory && call->videostream && media_stream_started((MediaStream *)call->videostream)) {
|
||||
video_stream_send_vfu(call->videostream); /*nothing could have been sent yet so generating key frame*/
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue