From a616abd9b740e74eb7aea29cb692ca86ba1f7d7a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 27 八月 2024 15:24:54 +0800 Subject: [PATCH] 增加铃声功能 --- HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/HDLLinphoneManager.h | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 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..61a9089 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; @@ -203,7 +209,7 @@ - (void)loadAvatar; - (void)migrationPerAccount; -- (void)login:(NSString*)username password:(NSString*)pwd domain:(NSString*) domain; +- (void)login:(NSString*)username password:(NSString*)pwd domain:(NSString*) domain connectType:(NSString*)connectType; -(void)initalLinPhonal; @@ -217,6 +223,10 @@ -(void)enableMicro:(BOOL)enble; +/*鏄惁鍏佽瑙嗛鎾斁 + */ +-(void)enableVideoPlay:(bool_t)enable; + @property HDLLinphoneProviderDelegate *providerDelegate; @property (readonly) BOOL isTesting; -- Gitblit v1.8.0