From a616abd9b740e74eb7aea29cb692ca86ba1f7d7a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 27 八月 2024 15:24:54 +0800 Subject: [PATCH] 增加铃声功能 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h index a2fa7ad..c3c2292 100755 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/utils.h @@ -164,6 +164,7 @@ BELLESIP_EXPORT int belle_sip_mkdir(const char *path); BELLESIP_EXPORT char* belle_sip_uri_to_escaped_username(const char* buff); +BELLESIP_EXPORT char* belle_sip_username_unescape_unnecessary_characters(const char* buff); BELLESIP_EXPORT char* belle_sip_to_unescaped_string(const char* buff); BELLE_SIP_END_DECLS -- Gitblit v1.8.0