chenqiyang
2024-07-17 be56723cce4cd60ddc144ebe6ac20607675b3006
HDLLinPhoneSDK£¨OC£©/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;//是否正在重设视频开关
@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;