From be56723cce4cd60ddc144ebe6ac20607675b3006 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 17 七月 2024 09:33:38 +0800 Subject: [PATCH] 更新sdk --- HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/api/c-api.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/api/c-api.h" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/api/c-api.h" old mode 100644 new mode 100755 index 67e667a..9acd594 --- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/api/c-api.h" +++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/linphone.framework/Headers/api/c-api.h" @@ -22,6 +22,7 @@ #include "linphone/utils/general.h" +#include "linphone/api/c-audio-device.h" #include "linphone/api/c-auth-info.h" #include "linphone/api/c-address.h" #include "linphone/api/c-call-cbs.h" @@ -32,6 +33,8 @@ #include "linphone/api/c-chat-message.h" #include "linphone/api/c-chat-room-cbs.h" #include "linphone/api/c-chat-room.h" +#include "linphone/api/c-conference.h" +#include "linphone/api/c-conference-cbs.h" #include "linphone/api/c-content.h" #include "linphone/api/c-dial-plan.h" #include "linphone/api/c-event-log.h" @@ -40,6 +43,7 @@ #include "linphone/api/c-participant.h" #include "linphone/api/c-participant-device.h" #include "linphone/api/c-participant-device-identity.h" +#include "linphone/api/c-push-notification-message.h" #include "linphone/api/c-search-result.h" #include "linphone/api/c-types.h" -- Gitblit v1.8.0