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连接选择
---
HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLinphoneIntercomVC.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneIntercomVC.h" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneIntercomVC.h"
index a6c44c3..dfd5f3c 100644
--- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneIntercomVC.h"
+++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneIntercomVC.h"
@@ -8,7 +8,10 @@
#import <UIKit/UIKit.h>
#import "HDLLinphoneCallDelegate.h"
NS_ASSUME_NONNULL_BEGIN
-
+typedef enum {
+ HDLLPType_Default=0, //榛樿鐨勭被鍨�
+ HDLLPType_HDLSR=1,//鑷爺绫诲瀷
+}HDLLPType;
@interface HDLLinphoneIntercomVC : UIViewController
#pragma mark HDLLinphoneCallDelegate
@@ -22,6 +25,9 @@
@property (assign, nonatomic) BOOL hasVideo;//鏄惁鏀寔瑙嗛
@property (strong, nonatomic) NSString *titleName;//鏍囬
+@property (strong, nonatomic) NSString *userName;//鐢ㄦ埛璐﹀彿
+@property(nonatomic,assign)HDLLPType deviceType;//闂ㄥ彛鏈虹被鍨�
+
@end
NS_ASSUME_NONNULL_END
--
Gitblit v1.8.0