Description
I am integrating Zoom SDK in iOS app and for testing purpose I have registered for basic plan as it give me 60 days trial period. I created app on zoom and got my sdkKey, sdkSecret and JWT which is I am using in the demo project given with Zoom SDK as well as my own sample project.
The issue is that the demo project with Zoom SDK is working fine as it is triggering onMobileRTCAuthReturn and also getAuthService instances are getting value and I am able to start meeting after sign in in the demo project. But in my sample project I am unable to get any of these scenario working. First after Auth statements onMobileRTCAuthReturn is not triggering (if I pass “” to key and secret of auth then only onMobileRTCAuthReturn is triggered). Second getAuthService always returns a nil object. I have seen some posts on form regarding these issues that says the domain need to set and main thread need to set. I have done all of them. But my sample project is not at all working. I am a developer so please reply me as soon as possible. Thanks.
Which version?
ios-mobilertc-all-4.6.15084.0206-n.zip
that I got from this link: https://github.com/zoom/zoom-sdk-ios/releases/tag/v4.6.15084.0206
Screenshots