Fix ZRTP video call tester

This commit is contained in:
Johan Pascal 2015-03-02 23:23:51 +01:00
parent 2825585beb
commit 9dad68769d

View file

@ -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");