Xcode mac download

broken image

The following is a description of the four services:

broken image

Details on how to use them are documented in the Developer Guide that is bundled inside the download. Our Mac SDK exposes four different services. You should see the sample launching in the emulator.Įxplore the available controls and functions in the AppDelegate.h file and define your application flow. Go to AppDelegate.m and change the following constants:Ĭhange the kZoomSDKAppKey and kZoomSDKAppSecret to the App key and Secret you got from your account.Ĭhange the user ID ( kSDKUserID) and user token ( kSDKUserToken) from what you obtained in the previous steps.ĭefine a username ( kSDKUserName) – this username will be displayed in the Meeting UI (for the roster). If you have a pre-scheduled meeting, get the Meeting ID. The REST API “getbyemail” should provide the user ID and user token.Ĭhange the domain ( kZoomSDKDomain) to “.” Use our APIs in your app to get the user ID and user token or call the REST API with a tool like Postman. If your app is authenticating users with Zoom login credentials then you can ignore this step.

broken image

The sample app will be created in the Bin/Release folder.ĭepending on what your app’s authentication options are, you might need to use the REST APIs to get the User ID and User Token. If you have Xcode installed, launch the ZoomSDKSample.xcodeprojfile – this will launch Xcode with the sample code bundled with our SDK.