JLChen
2021-05-18 a869383e163a18cdedcf587383c1eca043129754
iOS/Xamarin/LCOnDemo/LCOnDemo/ViewController.m
@@ -22,6 +22,10 @@
    [super viewDidLoad];
    // Do any additional setup after loading the view.
    
}
-(void)initLCSDK{
    //初始化LCOpenSDK_Api
    [[LCApiKit sharedInstance] initSDKOpenApi:@"St_0000070a12e995ed44628eeea75a19fc"];
    [[LCApiKit sharedInstance] setCurrentDevicePlayToken:@"5a9cbb4ab2454454ba4995addf3760cc"];
@@ -32,6 +36,8 @@
///监控
- (IBAction)monitoringAction:(id)sender {
    [self initLCSDK];
    LCOnMonitorViewController *mVc = [[LCOnMonitorViewController alloc] init];
    
    
@@ -42,6 +48,7 @@
///来电接听
- (IBAction)callAction:(id)sender {
    [self initLCSDK];
    
    LCOnIntercomViewController *mVc = [[LCOnIntercomViewController alloc] init];
    mVc.mLCCallDelegate = self;