SDK OSX not working in Cordova plugin

I’m developing a Cordova plugin to join meeting from a Cordova app.

I’m facing problems in init code:

[[ZoomSDK sharedSDK] setZoomDomain:@“zoom.us”];
ZoomSDKAuthService *authService = [[ZoomSDK sharedSDK] getAuthService];
authService.delegate = self;
ZoomSDKError status = [authService sdkAuth:@“my-key” appSecret:@“my-secret”];

Problem is that status=ZoomSDKError_Success, bu delegate method onZoomSDKAuthReturn is never called.

 

Later when i call [[ZoomSDK sharedSDK] getMeetingService]; this function returns null.

Any idea?

Key and secret are ok: if I use them on demo app they work correctly.

Hi Omar,

     Thank you for using our SDK. Unfortunately, our SDK does not support Cordova at this point. Please follow our Github page for any updates on our supporting platforms.

Hello, we are currently using Zoom SDK for IOS and Android in our Cordova application, and I can confirm you that it works with no problem.

Now we are trying to make it work also on MacOS platform, so we are developing a Cordova plugin using OSX SDK.

 May be this error related to our problem?

startConfigurationWithCompletionHandler: Failed to get remote object proxy: Error Domain=NSCocoaErrorDomain Code=4097 “connection to service named com.apple.rtcreportingd” UserInfo={NSDebugDescription=connection to service named com.apple.rtcreportingd}

Marking as solved.

-Tommy