Zoom Mac OS SDK Swift sample project needed

Description
Is there a how-to document or sample Swift project available for using ZoomSDK MacOS desktop?

Thanks

Hi heartquake,

Thanks for using Zoom SDK. Currently we do not have a MacOS SDK sample app that is written in Swift. I will forward this as a demo request to the engineering team and we will look into this once we have enough bandwidth. Our current version or MacOS SDK demo app can be found here: https://github.com/zoom/zoom-sdk-macos In the meantime, if you are facing any issues or have any questions, please let us know.

Thanks!

Swift would be nice indeed. We moved our Test code to ObjC but no luck getUserByUserID always returns nil and actionMeeting Unmute returns ZoomSDKError_WrongUsage even though we copied some of the code from the demo app. What are we missing?

Hi @tmiskiew,

Thanks for the reply. If you are trying to use getUserByUserID, please try to retrieve the userID from (void)onUserJoin:(NSArray*)array, and for the question in actionMeeting Unmute returns ZoomSDKError_WrongUsage - #7 by carson.zoom, you may refer to my answer in that post as well.

Hope this helps. Thanks!