Zoom Meeting SDKs allow new and existing applications to integrate a rich subset of features that are available in the Zoom Client app.
- Download the latest zoom sdk from https://marketplace.zoom.us/. (signin/create an account in order to complete the download)
- Unzip the files and copy MobileRTC.xcframework to another location on your device.
- Copy MobileRTC.xcframework into Source/Zoom/<MobileRTC.xcframework>
- Commit the new binary to gitlab and tag it
- Nuke and regenerate the project.
- Confirm the MobileRTC.xcframework is linked to specific targets
- Confirm the new version by checking the version showing in the debugger menu.
- Zoom can be tested using the debugger menu. The debugger menu can be shown by issuing a shake gesture.
- Within the debugger menu under "zoom" you should see the upgraded version listed.
- From your pc, start a zoom meeting.
- select participants>invite>copy invitation> to copy the meeting ID and passcode.
- From the debugger menu select "start a zoom call"
- Enter the meeting ID and passcode you copied in step 4. **warning: Enter the meeting ID with no spaces or the test will fail **
- You should see 2 participants in the meeting if the test is successful.