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/HDLLinphoneManager.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneManager.h" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneManager.h" index 0e69526..2da1e27 100644 --- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneManager.h" +++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/HDLLinphoneManager.h" @@ -22,6 +22,7 @@ #import <AudioToolbox/AudioToolbox.h> #import <Photos/Photos.h> #import <CoreTelephony/CTCallCenter.h> +#import "HDLLinphoneIntercomVC.h" #import <sqlite3.h> @@ -108,6 +109,11 @@ @public CallContext currentCallContextBeforeGoingBackground; } + +@property (nonatomic, assign) BOOL isResettingVideoEnable;//鏄惁姝e湪閲嶈瑙嗛寮�鍏� + +@property (nonatomic, assign) HDLLPType deviceType;//绫诲瀷 + + (HDLLinphoneManager*)instance; #ifdef DEBUG + (void)instanceRelease; @@ -217,6 +223,10 @@ -(void)enableMicro:(BOOL)enble; +/*鏄惁鍏佽瑙嗛鎾斁 + */ +-(void)enableVideoPlay:(bool_t)enable; + @property HDLLinphoneProviderDelegate *providerDelegate; @property (readonly) BOOL isTesting; -- Gitblit v1.8.0