mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
fix bug with srtp/zrtp switch
This commit is contained in:
parent
e1a1c50f81
commit
29fc612417
1 changed files with 2 additions and 2 deletions
|
|
@ -173,10 +173,10 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args);
|
|||
LinphoneMediaEncryption menc=linphone_core_get_media_encryption(lc);
|
||||
const char *val;
|
||||
switch(menc){
|
||||
LinphoneMediaEncryptionSRTP:
|
||||
case LinphoneMediaEncryptionSRTP:
|
||||
val="SRTP";
|
||||
break;
|
||||
LinphoneMediaEncryptionZRTP:
|
||||
case LinphoneMediaEncryptionZRTP:
|
||||
val="ZRTP";
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue