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/ortp.framework/Headers/rtcp.h |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/ortp.framework/Headers/rtcp.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/ortp.framework/Headers/rtcp.h
index 641d497..645d1aa 100755
--- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/ortp.framework/Headers/rtcp.h
+++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/ortp.framework/Headers/rtcp.h
@@ -161,8 +161,7 @@
 	RTCP_SDES_TOOL = 6,
 	RTCP_SDES_NOTE = 7,
 	RTCP_SDES_PRIV = 8,
-	RTCP_SDES_MID = 10, /* TODO: change this value when his identifier will be assigned */
-	RTCP_SDES_MAX = 11
+	RTCP_SDES_MAX = 9
 } rtcp_sdes_type_t;
 
 typedef struct sdes_chunk
@@ -415,8 +414,6 @@
 
 /* packet parsing api */
 
-/*return the size of the rtcp packet*/
-ORTP_PUBLIC size_t rtcp_get_size(const mblk_t *m);
 /*in case of coumpound packet, set read pointer of m to the beginning of the next RTCP
 packet */
 ORTP_PUBLIC bool_t rtcp_next_packet(mblk_t *m);

--
Gitblit v1.8.0