From cb9232b3ab413fae7bcc2b94abd70f18ca02b263 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 03 十二月 2024 11:20:32 +0800
Subject: [PATCH] 增加铃声;增加TCP/UDP连接选择

---
 HDLLinPhoneDemo/HDLLinPhoneDemo/include/HDLLinPhoneSDK/HDLLinphoneCallDelegate.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/HDLLinPhoneDemo/HDLLinPhoneDemo/include/HDLLinPhoneSDK/HDLLinphoneCallDelegate.h b/HDLLinPhoneDemo/HDLLinPhoneDemo/include/HDLLinPhoneSDK/HDLLinphoneCallDelegate.h
old mode 100755
new mode 100644
index aa05a96..41640cc
--- a/HDLLinPhoneDemo/HDLLinPhoneDemo/include/HDLLinPhoneSDK/HDLLinphoneCallDelegate.h
+++ b/HDLLinPhoneDemo/HDLLinPhoneDemo/include/HDLLinPhoneSDK/HDLLinphoneCallDelegate.h
@@ -20,6 +20,9 @@
 //鎷掓帴鏉ョ數鍥炶皟
 -(void)onRejectCallAction;
 
+//鍏ㄩ儴鎷掓帴鏉ョ數鍥炶皟
+-(void)onRejectAllCallAction;
+
 //寮�閿佸洖璋�
 -(void)onUnlockAction;
 
@@ -38,3 +41,4 @@
 @end
 
 NS_ASSUME_NONNULL_END
+

--
Gitblit v1.8.0