From 8fb1bc18bad99b2de79783848b41d07da01315a7 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期三, 01 九月 2021 17:04:05 +0800
Subject: [PATCH] 采用纯oc sdk解决版本适配问题;解决呼叫不能截屏问题

---
 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