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/mediastreamer2.framework/Headers/ice.h |   32 +-------------------------------
 1 files changed, 1 insertions(+), 31 deletions(-)

diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/mediastreamer2.framework/Headers/ice.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/mediastreamer2.framework/Headers/ice.h
index d041d88..de39f5a 100755
--- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/mediastreamer2.framework/Headers/ice.h
+++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/mediastreamer2.framework/Headers/ice.h
@@ -539,32 +539,11 @@
 MS2_PUBLIC void ice_session_enable_short_turn_refresh(IceSession *session, bool_t enable);
 
 /**
- * Enable TURN protocol.
+ * Enable TURN protol.
  * @param session A pointer to a session
  * @param enable A boolean value telling whether to enable TURN protocol or not.
  */
 MS2_PUBLIC void ice_session_enable_turn(IceSession *session, bool_t enable);
-
-/**
- * Set TURN transport.
- * @param session A pointer to a session
- * @param transport The transport that TURN should use (should be UDP, TCP or TLS).
- */
-MS2_PUBLIC void ice_session_set_turn_transport(IceSession *session, const char *transport);
-
-/**
- * Set TURN root certificate path when using TLS.
- * @param session A pointer to a session
- * @param root_certificate The path of the root certificate.
- */
-MS2_PUBLIC void ice_session_set_turn_root_certificate(IceSession *session, const char *root_certificate);
-
-/**
- * Set TURN CN when using TLS.
- * @param session A pointer to a session
- * @param cn The CN.
- */
-MS2_PUBLIC void ice_session_set_turn_cn(IceSession *session, const char *cn);
 
 MS2_PUBLIC void ice_session_set_stun_auth_requested_cb(IceSession *session, MSStunAuthRequestedCb cb, void *userdata);
 
@@ -713,15 +692,6 @@
  */
 MS2_PUBLIC bool_t ice_check_list_selected_valid_local_candidate(const IceCheckList *cl, IceCandidate **rtp_candidate, IceCandidate **rtcp_candidate);
 
-/**
- * Get the selected valid base candidate for an ICE check list.
- *
- * @param cl A pointer to a check list
- * @param rtp_candidate A pointer to store the RTP valid local base candidate
- * @param rtcp_candidate A pointer to store the RTCP valid local base candidate
- * @return TRUE if the information have been successfully retrieved, FALSE otherwise
- */
-MS2_PUBLIC bool_t ice_check_list_selected_valid_local_base_candidate(const IceCheckList *cl, IceCandidate **rtp_candidate, IceCandidate **rtcp_candidate);
 /**
  * Get the selected valid remote candidate for an ICE check list.
  *

--
Gitblit v1.8.0