From 732a72414ca5788d53f2f5e016c7cd53b611d66d Mon Sep 17 00:00:00 2001 From: 464027401@qq.com <464027401@qq.com> Date: 星期三, 15 九月 2021 16:47:26 +0800 Subject: [PATCH] 替换使用去掉callkit的包 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/sipstack.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/sipstack.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/sipstack.h index f3a5f6e..52b5b94 100755 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/sipstack.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/belle-sip.framework/Headers/sipstack.h @@ -31,19 +31,6 @@ BELLE_SIP_BEGIN_DECLS -/** - * This only affects the resolution of SIP URI in absence of port number, and in absence of SRV record for the SIP domain. The well known ports (udp/tcp and tls/dtls) are static. - * @param well known port value -**/ -BELLESIP_EXPORT void belle_sip_stack_set_well_known_port (int value); - -BELLESIP_EXPORT void belle_sip_stack_set_well_known_port_tls (int value); - - -BELLESIP_EXPORT int belle_sip_stack_get_well_known_port (void); - -BELLESIP_EXPORT int belle_sip_stack_get_well_known_port_tls (void); - BELLESIP_EXPORT belle_sip_stack_t * belle_sip_stack_new(const char *properties); BELLESIP_EXPORT belle_sip_listening_point_t *belle_sip_stack_create_listening_point(belle_sip_stack_t *s, const char *ipaddress, int port, const char *transport); -- Gitblit v1.8.0