From 6a99d9bf65aa5878cb409945ed2bdbdcb916d047 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期五, 02 九月 2022 14:56:40 +0800 Subject: [PATCH] 更新linphone sdk --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-api.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-api.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-api.h old mode 100644 new mode 100755 index 67e667a..9acd594 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-api.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/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