Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
bd667fb4
Commit
bd667fb4
authored
Jan 22, 2016
by
jehan
Browse files
fix compilation issue
parent
b22f88eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
coreapi/linphonecall.c
coreapi/linphonecall.c
+2
-0
No files found.
coreapi/linphonecall.c
View file @
bd667fb4
...
...
@@ -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
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment