mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix ZRTP video call tester
This commit is contained in:
parent
2825585beb
commit
9dad68769d
1 changed files with 1 additions and 1 deletions
|
|
@ -1647,7 +1647,7 @@ static void video_call(void) {
|
|||
static void video_call_zrtp(void) {
|
||||
LinphoneCoreManager* marie = linphone_core_manager_new( "marie_rc");
|
||||
LinphoneCoreManager* pauline = linphone_core_manager_new( "pauline_rc");
|
||||
if (linphone_core_media_encryption_supported(marie->lc,LinphoneMediaEncryptionDTLS)) {
|
||||
if (linphone_core_media_encryption_supported(marie->lc,LinphoneMediaEncryptionZRTP)) {
|
||||
video_call_base(marie,pauline,FALSE,LinphoneMediaEncryptionZRTP);
|
||||
} else
|
||||
ms_message("Skipping video_call_zrtp");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue