No error is displayed on emulator app…and nothing changes on emulator screen.
I tried debugging the code also but I guess I’m not getting auth response from zoom auth service.
I’m not much familiar with Objective C but the callback onZoomSDKAuthReturn is not getting called.
Not able to find out what I’m missing.
Which macOS Meeting SDK version?
v5.14.2.17263
Device (please complete the following information):
Thank you for tagging me! Please see this troubleshooting Meeting SDK signature validation support guide for guidance on troubleshooting the behavior you are seeing :
Thank you for the response, @nevaty! There may be something off with how the time is being set. As a test, can you use Zoom Meeting SDK Auth Endpoint sample to generate the signature and manually enter the value? This will help isolate what may be happening. I’ve linked the Zoom Meeting SDK Auth Endpoint sample below for reference :
Sorry for the trouble getting started with macOS Meeting SDK. Here is a step-by-step walkthrough of getting started with macOS Meeting SDK v5.14.6.17875. To help rule out SDK JWT authentication, I manually generated a JWT token.
Here are the steps I used :
Download SDK
Open ZoomSDKSample.xcodeproj in the appropriate ZoomSDKSample folder.
Selecct ZoomSDKSample for (universal) and update macOS Deployment Target 11.0
Generate an SDK JWT, and enter the value in the field.
In your Zoom client, start a meeting in your join client and in the toolbar, select Meeting, Invite to see the meeting ID and passcode. View this information when you select the green “Meeting information” shield in the top-left corner of the Meeting window.
In the ZoomSDKSample window, choose the Join Only tab and enter the Meeting ID, a User Name, and the Meeting Password for the meeting you started and select Join
Video Walkthrough
Additional Notes:
The “Join Only” is joining a meeting anonymously, so you have to have an existing meeting, it does not start a meeting.
Be sure to remove space in between characters
The current version only includes the library for universal, so you will need to build the universal project
Starting from 5.14.0, we no longer require the ZoomSDK folder to move into the ZoomSDKSample folder
The following is just a warning, and not actual error: dynamic_cast error 1: Both of the following type_info’s should have public visibility. At least one of them is hidden. N3Cmm9CmmMQ_MsgE, N3Cmm14CmmInternelMsgE.
Follow up question:
Can the sdk now get transcripts for the meeting regardless of which kind of meeting it joins ?
Or will I need to be on the business/enterprise plan ?
Glad to hear those instructions were helpful. Yes, it is possible to get the Meeting transaction regardless of the meeting. To do so, you can subscribe to the recording complete webhook, which will returns the meeting transcriptions. Here is our support documentation on getting started with Webhooks along with the recording.complete Webhook Event reference.