Zoom Windows Software Development Kit (SDK)
Table of Contents
- π¨ Announcement π¨
- Latest SDK Notifications
- Full Documentation && Community Support
- What is Zoom Windows SDK?
- Disclaimer
- Getting Started
- Documentation
- Navigating SDK sample files
- SDK Reference
- Versioning
- Change log
- Frequently Asked Questions (FAQ)
- Support
- License
- Acknowledgments
π¨ Announcement π¨
To align with Zoomβs recent announcement pertaining to our security initiative, Zoom Client SDKs have added AES 256-bit GCM encryption support, which provides more protection for meeting data and greater resistance to tampering. The system-wide account enablement of AES 256-bit GCM encryption will take place on June 01, 2020. You are strongly recommended to start the required upgrade to this latest version 4.6.21666.0428 at your earliest convenience. Please note that any Client SDK versions below 4.6.21666.0428 will no longer be operational from June 01.
If you would like to test the latest SDK with AES 256-bit GCM encryption meeting before 05/30, you may:
- Download the latest version of Zoom client: https://zoom.us/download
- Visit https://zoom.us/testgcm and launch a GCM enabled meeting with your Zoom client, you will see a Green Shield icon that indicates the GCM encryption is enabled
- Use SDK to join this meeting
Latest SDK Notifications
-
Starting from 4.6.15798.0403, all DLL files(*.dll) and EXE files(*.exe) cannot be re-signed. Please DO NOT re-sign or assign new digital signature to those files as assigning new digital signature on these files could lead to fatal errors.
-
Our Zoom SDK and Zoom Client share some common resources in the OS, in order to allow Zoom client and Zoom client SDK app work at the same time, since v4.4.56616.1028, we renamed the filename of the following shared resources:
CptHost.exe
->zcscpthost.exe
airhost.exe
->zcsairhost.exe
CptService.exe
->zCSCptService.exe
- If you are using SDK versions before 4.6.15798.0403, kindly advise that please do not re-sign / assign new digital signature to the following files as assigning new digital signature on these files could lead to fatal errors:
- CptControl.exe
- CptInstall.exe
- CptHost.exe / zcscpthost.exe
- airhost.exe / zcsairhost.exe
- CptService.exe / zCSCptService.exe
- CptShare.dll
- zzhost.dll
- zzplugin.dll(Deprecated since v4.6.15074.0203)
- aomhost64.exe
- zCrashReport.dll
- libeay32.dll
- ssleay32.dll
Full Documentation && Community Support
You can find the full Zoom Windows SDK documentation and the community support forum here:
What is Zoom Windows SDK?
Zoom SDK makes it easy to integrate Zoom with your Windows applications, and boosts up your applications with the power of Zoom.
- Easy to use: Our SDK is built to be easy to use. Just import the libraries, call a few functions, and we will take care all video conferencing related stuffs for you.
- Localizable: Our SDK naturally supports 7 major languages, and you can add more to grow your applications internationally.
- Custom Meeting UI: If you want to add your own decorations to your Zoom meeting rooms, try our Custom UI feature to make your meeting room special.
Disclaimer
Please be aware that all hard-coded variables and constants shown in the documentation and in the demo, such as Zoom Token, Zoom Access, Token, etc., are ONLY FOR DEMO AND TESTING PURPOSES. We STRONGLY DISCOURAGE the way of HARDCODING any Zoom Credentials (username, password, API Keys & secrets, SDK keys & secrets, etc.) or any Personal Identifiable Information (PII) inside your application. WE DONβT MAKE ANY COMMITMENTS ABOUT ANY LOSS CAUSED BY HARD-CODING CREDENTIALS OR SENSITIVE INFORMATION INSIDE YOUR APP WHEN DEVELOPING WITH OUR SDK.
Getting Started
The following instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- For detailed instructions, please refer to our documentation website: https://marketplace.zoom.us/docs/sdk/native-sdks/windows;
- If you need support or assistance, please visit our Zoom Developer Community Forum;
Prerequisites
Before you try out our SDK, you would need the following to get started:
- A Zoom Account: If you do not have one, you can sign up at https://zoom.us/signup.
- Once you have your Zoom Account, sign up for a 60-days free trial at https://marketplace.zoom.us/
- A device with Windows OS:
- OS: Windows XP or later. Currently Windows 10 UWP is not supported.
Installing
Clone or download a copy of our SDK files from GitHub. After you unzipped the file, you should have the following folders:
.
βββ CHANGELOG.md
βββ LICENSE.md
βββ README.md
βββ bin
βββ h
βββ lib
βββ [sdk_demo] <-- demo app is inside
βββ version.txt
Launch your Visual Studio, locate the sdk_demo.vcproj
file, and open it.
The DemoUI.cpp
file includes a high-level application which you can reference to understand how to call the stack functions and register call backs.
The Zoom SDK runs as a DLL
in the context of the calling application process.
Documentation
Please visit [https://marketplace.zoom.us/docs/sdk/native-sdks/windows] for details of each features and functions.
Navigating SDK sample files
The following table provides the link to the implementation of each features in our demo app:
SDK Reference
You may find the SDK interface reference at https://marketplace.zoom.us/docs/sdk/native-sdks/windows/sdk-reference. If you would like to get a local copy of the SDK reference, you may download it here.
Versioning
For the versions available, see the tags on this repository.
Change log
Please refer to our CHANGELOG for all changes.
Frequently Asked Questions (FAQ)
-
1οΈβ£
Getting ERROR Code: 105035 while using Windows SDK
:- In most of the cases, this is caused by resigning or adding new signature to the SDK DLL files(*.dll) and EXE files(*.exe)
Please skip signing / do not add any new signatures to the DLL files(*.dll) and EXE files(*.exe). If the error code appears even if the files are not being re-signed, please visit our Zoom Developer Community Forum and seek help.
-
Please visit our Zoom Developer Community Forum for further assistance.
Support
For any issues regarding our SDK, please visit our new Community Support Forum at https://devforum.zoom.us/.
License
Use of this software is subject to important terms and conditions as set forth in the License file
Please refer to LICENSE.md file for details
Acknowledgments
- β If you like our SDK, please give us a "Star". Your support is what keeps us moving forward and delivering happiness to you! Thanks a million! π
- If you need any support or assistance, we are here to help you: Zoom Developer Community Forum;
Copyright Β©2020 Zoom Video Communications, Inc. All rights reserved.