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
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.