| | |
| | | [super viewDidLoad]; |
| | | // Do any additional setup after loading the view. |
| | | |
| | | |
| | | } |
| | | |
| | | -(void)initLCSDK{ |
| | | //初始化LCOpenSDK_Api |
| | | [[LCApiKit sharedInstance] initSDKOpenApi:@"St_0000070a12e995ed44628eeea75a19fc"]; |
| | | [[LCApiKit sharedInstance] setCurrentDevicePlayToken:@"5a9cbb4ab2454454ba4995addf3760cc"]; |
| | |
| | | |
| | | ///监控 |
| | | - (IBAction)monitoringAction:(id)sender { |
| | | [self initLCSDK]; |
| | | |
| | | LCOnMonitorViewController *mVc = [[LCOnMonitorViewController alloc] init]; |
| | | |
| | | |
| | |
| | | |
| | | ///来电接听 |
| | | - (IBAction)callAction:(id)sender { |
| | | [self initLCSDK]; |
| | | |
| | | LCOnIntercomViewController *mVc = [[LCOnIntercomViewController alloc] init]; |
| | | mVc.mLCCallDelegate = self; |