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/linphone.framework/Headers/types.h | 24 ++---------------------- 1 files changed, 2 insertions(+), 22 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/types.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/types.h old mode 100755 new mode 100644 index 1de296d..5b62a90 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/types.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/types.h @@ -184,7 +184,6 @@ LinphoneAccountCreatorStatusWrongActivationCode, /**< Error key doesn't match */ LinphoneAccountCreatorStatusPhoneNumberOverused, /**< Error too many SMS sent */ LinphoneAccountCreatorStatusAlgoNotSupported, /** < Error algo isn't MD5 or SHA-256 */ - LinphoneAccountCreatorStatusUnexpectedError, /** < Generic error */ } LinphoneAccountCreatorStatus; /** @@ -470,8 +469,7 @@ typedef enum _LinphoneFriendCapability { LinphoneFriendCapabilityNone = 0, LinphoneFriendCapabilityGroupChat = 1 << 0, - LinphoneFriendCapabilityLimeX3dh = 1 << 1, - LinphoneFriendCapabilityEphemeralMessages = 1 << 2 + LinphoneFriendCapabilityLimeX3dh = 1 << 1 } LinphoneFriendCapability; /** @@ -578,16 +576,6 @@ LinphoneLimeMandatory, /**< Lime is always used */ LinphoneLimePreferred, /**< Lime is used only if we already shared a secret with remote */ } LinphoneLimeState; - -/** - * Session Timers refresher - * @ingroup initializing - */ -typedef enum _LinphoneSessionExpiresRefresher { - LinphoneSessionExpiresRefresherUnspecified, - LinphoneSessionExpiresRefresherUAS, - LinphoneSessionExpiresRefresherUAC -} LinphoneSessionExpiresRefresher; /** * @ingroup initializing @@ -944,7 +932,6 @@ LinphoneReasonAddressIncomplete, /**< Address incomplete */ LinphoneReasonNotImplemented, /**< Not implemented */ LinphoneReasonBadGateway, /**< Bad gateway */ - LinphoneReasonSessionIntervalTooSmall, /**< The received request contains a Session-Expires header field with a duration below the minimum timer */ LinphoneReasonServerTimeout, /**< Server timeout */ LinphoneReasonUnknown /**< Unknown reason */ } LinphoneReason; @@ -1176,8 +1163,7 @@ typedef enum _LinphoneXmlRpcArgType { LinphoneXmlRpcArgNone, LinphoneXmlRpcArgInt, - LinphoneXmlRpcArgString, - LinphoneXmlRpcArgStringStruct + LinphoneXmlRpcArgString } LinphoneXmlRpcArgType; /** @@ -1236,11 +1222,5 @@ * @ingroup misc **/ typedef struct _LinphoneHeaders LinphoneHeaders; - -/** - * Object holding chat message data received by a push notification - * @ingroup misc -**/ -typedef struct _LinphonePushNotificationMessage LinphonePushNotificationMessage; #endif /* LINPHONE_TYPES_H_ */ -- Gitblit v1.8.0