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/api/c-chat-room-cbs.h | 42 ------------------------------------------ 1 files changed, 0 insertions(+), 42 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-chat-room-cbs.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-chat-room-cbs.h old mode 100755 new mode 100644 index d141efc..d9c102e --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-chat-room-cbs.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/api/c-chat-room-cbs.h @@ -272,48 +272,6 @@ LINPHONE_PUBLIC void linphone_chat_room_cbs_set_conference_left (LinphoneChatRoomCbs *cbs, LinphoneChatRoomCbsConferenceLeftCb cb); /** - * Get the ephemeral event callback. - * @param[in] cbs #LinphoneChatRoomCbs object. - * @return The ephemeral event callback to be used. - */ -LINPHONE_PUBLIC LinphoneChatRoomCbsEphemeralEventCb linphone_chat_room_cbs_get_ephemeral_event (const LinphoneChatRoomCbs *cbs); - -/** - * Set the ephemeral event callback. - * @param[in] cbs #LinphoneChatRoomCbs object. - * @param[in] cb The ephemeral event callback to be used. - */ -LINPHONE_PUBLIC void linphone_chat_room_cbs_set_ephemeral_event (LinphoneChatRoomCbs *cbs, LinphoneChatRoomCbsEphemeralEventCb cb); - -/** - * Get the current "ephemeral message timer started" callback. This callback is called when a message deletion timer starts (the message has been viewed). - * @param[in] cbs LinphoneChatRoomCbs object. - * @return The current ephemeral message "timer started" callback. - */ -LINPHONE_PUBLIC LinphoneChatRoomCbsEphemeralMessageTimerStartedCb linphone_chat_room_cbs_get_ephemeral_message_timer_started (const LinphoneChatRoomCbs *cbs); - -/** - * Set the ephemeral message timer started callback. This callback will be used when new message deletion timer starts (the message has been viewed). - * @param[in] cbs LinphoneChatRoomCbs object. - * @param[in] cb The ephemeral message timer started callback to be used. - */ -LINPHONE_PUBLIC void linphone_chat_room_cbs_set_ephemeral_message_timer_started (LinphoneChatRoomCbs *cbs, LinphoneChatRoomCbsEphemeralMessageTimerStartedCb cb); - -/** - * Get the ephemeral message deleted callback. This callback is used when a message deletion timer runs out (message is deleted). - * @param[in] cbs LinphoneChatRoomCbs object. - * @return The current ephemeral message deleted callback. - */ -LINPHONE_PUBLIC LinphoneChatRoomCbsEphemeralMessageDeletedCb linphone_chat_room_cbs_get_ephemeral_message_deleted (const LinphoneChatRoomCbs *cbs); - -/** - * Set the ephemeral message deleted callback. This callback is used when new message deletion timer runs out (message is deleted). - * @param[in] cbs LinphoneChatRoomCbs object. - * @param[in] cb The ephemeral message deleted callback to be used. - */ -LINPHONE_PUBLIC void linphone_chat_room_cbs_set_ephemeral_message_deleted (LinphoneChatRoomCbs *cbs, LinphoneChatRoomCbsEphemeralMessageDeletedCb cb); - -/** * Get the conference address generation callback. * @param[in] cbs #LinphoneChatRoomCbs object * @return The current conference address generation callback -- Gitblit v1.8.0