hello
Please help me Zoom SDK implementaion
Hi @rajking229,
Thanks for the post. Could you post your SDK version and the issue you are facing?
Thanks!
Sdk verion :5.0.1
[[ZoomSDK sharedSDK] initSDK:YES];
ZoomSDKsdk=[ZoomSDK sharedSDK];
[sdk setZoomDomain:@“zoom.us.”];
ZoomSDKAuthServiceauth=[sdk getAuthService];
[sdk getMeetingService];
ZoomSDKMeetingService* meetingService = [sdk getMeetingService];
meetingService.delegate=self;
if (auth != NULL)
{
auth.delegate=self;
ZoomSDKError retr=[auth sdkAuth:@"vObwpxA3GUeFXfspVpmulsQvDo210epcLwrj" appSecret:@"pYaBFd5bnnGDYEUBwRXd4PrJZUC8ShKXwM13"];
}
meeting service getting null .
please help me
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.