chenqiyang
2023-05-25 b897bf1e118e69764da20ef6668ef5d9ec1653e8
HDLLinPhoneSDK£¨OC£©/HDLLinPhoneSDK/HDLLPOnMonitorViewController.m
@@ -75,7 +75,7 @@
    [self initData];
    [self initESVideo];
    [self StartMonitoring];
//    [HDLLinphoneManager.instance enableMicro:false];
    [HDLLinphoneManager.instance enableMicro:false];
    
//    //暂时不支持开锁功能
//    [self setUnlock:NO];
@@ -102,7 +102,7 @@
    if ((state == LinphoneCallEnd || state == LinphoneCallError)){//挂断了
        NSLog(@"挂断或出错了");
        self.isHangUpByRemote=YES;
        [self showUIAlertViewWithBack:@"监视结束"];
        [self showUIAlertViewWithBack:endOfMonitoringStr];
        
    }
}
@@ -423,7 +423,7 @@
 å¼€å§‹ç›‘控
 */
-(void)StartMonitoring{
    NSLog(@"开始呼叫:@%@",self.userName);
    NSLog(@"开始呼叫:%@",self.userName);
    [HDLLinphoneManager.instance startCall:self.userName];
    
}