diff --git a/Classes/CallSideMenuView.m b/Classes/CallSideMenuView.m index 29ecbc382..2941d1fb7 100644 --- a/Classes/CallSideMenuView.m +++ b/Classes/CallSideMenuView.m @@ -69,7 +69,7 @@ } + (NSString*)afinetToString:(int)remote_family { - return (remote_family == UNSPEC) ? @"Unspecified":(remote_family == INET) ? @"IPv4" : @"IPv6"; + return (remote_family == LinphoneAddressFamilyUnspec) ? @"Unspecified":(remote_family == LinphoneAddressFamilyInet) ? @"IPv4" : @"IPv6"; } + (NSString *)mediaEncryptionToString:(LinphoneMediaEncryption)enc { diff --git a/submodules/linphone b/submodules/linphone index 8a9e97a26..95c015cab 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 8a9e97a265a14de4a7b6f1bf68ed2cbc72d3b874 +Subproject commit 95c015cab98b0282a04efcc4fed105f518c899e4