This is a sample project written in swift for Zoom Video SDK of macOS
Open terminal in this project root path and run the following script.
sh ./codesign.sh "Apple Development: Developer Name"
Open ViewController.swift L26-L27 and rewrite your ZoomSDK key and secret. You can get Zoom SDK keys from Zoom App Marketplace
let kZoomSDKKey = "SDK_API_KEY"
let kZoomSDKSecret = "SDK_API_SECRET"