| | |
| | | [self initData]; |
| | | [self initESVideo]; |
| | | [self StartMonitoring]; |
| | | // [HDLLinphoneManager.instance enableMicro:false]; |
| | | [HDLLinphoneManager.instance enableMicro:false]; |
| | | |
| | | // //ææ¶ä¸æ¯æå¼éåè½ |
| | | // [self setUnlock:NO]; |
| | |
| | | if ((state == LinphoneCallEnd || state == LinphoneCallError)){//ææäº |
| | | NSLog(@"æææåºéäº"); |
| | | self.isHangUpByRemote=YES; |
| | | [self showUIAlertViewWithBack:@"çè§ç»æ"]; |
| | | [self showUIAlertViewWithBack:endOfMonitoringStr]; |
| | | |
| | | } |
| | | } |
| | |
| | | å¼å§çæ§ |
| | | */ |
| | | -(void)StartMonitoring{ |
| | | NSLog(@"å¼å§å¼å«ï¼@%@",self.userName); |
| | | NSLog(@"å¼å§å¼å«ï¼%@",self.userName); |
| | | [HDLLinphoneManager.instance startCall:self.userName]; |
| | | |
| | | } |