Zoom mac sdk join meeting fail

Description
In windows, it runs successfully and can join a existed meeting
but in mac, after auth success, click “only join” to join the same meeting but no result, the demo window also disappeared

use login sso and join meeting, add breakpoint and find result is param invalid
as below:
ZoomSDKError ret = [meetingService joinMeeting:joinParams];
value of “ret” is “ZoomSDKError_InvalidPrameter”

Device (please complete the following information):

  • Device: [ Apple MacBook Pro (13-inch)]
  • OS: [ macOS 10.14.5 ]

can you please help find why this fail happens?
sorry for not knowing where log file is, if log is need, please help me to find it out

Hi @546761360, thanks for the post.

When you are trying to join the meeting, are you using the SDK sample app? If so, please ensure that you have typed out the domain (zoom.us) in the first window. If you do not input a domain, the SDK will not function properly.

Thanks!

There was default zoom.us int the input widget so I didn’t typed zoom.us
After that it works
Thank you!

You are very welcome, that’s great to hear that it’s working!

Please don’t hesitate to reach back out with any additional questions. :slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.