| | |
| | | SystemSoundID vibrate; |
| | | } LinphoneManagerSounds; |
| | | |
| | | @interface HDLLinphoneManager : NSObject |
| | | typedef struct _CallContext { |
| | | LinphoneCall* call; |
| | | bool_t cameraIsEnabled; |
| | | } CallContext; |
| | | |
| | | @interface HDLLinphoneManager : NSObject{ |
| | | @public |
| | | CallContext currentCallContextBeforeGoingBackground; |
| | | } |
| | | - (void)launchLinphoneCore; |
| | | + (HDLLinphoneManager*)instance; |
| | | + (NSString*)bundleFile:(NSString*)file; |
| | |
| | | -(void)initalLinPhonal; |
| | | -(void)snapShot;//视频截图 |
| | | -(void)snapShotWithView:(UIView *)view;//视频截图 |
| | | |
| | | -(void)removeAllAccounts;//注销登录 |
| | | -(void)clearConfigs;//清除配置表 |
| | | - (BOOL)enterBackgroundMode; |
| | | -(void)willResignActive; |
| | | - (void)becomeActive ; |
| | | @property (readonly) const char* frontCamId; |
| | | @property (readonly) const char* backCamId; |
| | | @property (readonly) LinphoneManagerSounds sounds; |