chenqiyang
2023-05-25 b897bf1e118e69764da20ef6668ef5d9ec1653e8
HDLLinPhoneSDK£¨OC£©/HDLLinPhoneSDK/HDLLPOnMonitorViewController.m
@@ -102,7 +102,7 @@
    if ((state == LinphoneCallEnd || state == LinphoneCallError)){//挂断了
        NSLog(@"挂断或出错了");
        self.isHangUpByRemote=YES;
        [self showUIAlertViewWithBack:@"监视结束"];
        [self showUIAlertViewWithBack:endOfMonitoringStr];
        
    }
}