forked from mirrors/linphone-iphone
update submodule linphone
This commit is contained in:
parent
270abb78be
commit
04aa8fd62e
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8a9e97a265a14de4a7b6f1bf68ed2cbc72d3b874
|
||||
Subproject commit 95c015cab98b0282a04efcc4fed105f518c899e4
|
||||
Loading…
Add table
Reference in a new issue