1.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, we renamed the filename of the following shared resources:
CptHost.exe
->zcscpthost.exe
airhost.exe
->zcsairhost.exe
CptService.exe
->zCSCptService.exe
- 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
- CptHost.exe
- CptInstall.exe
- CptService.exe
- CptShare.dll
- zzhost.dll
- zzplugin.dll
- aomhost64.exe
- Variable Name Changes: Since v4.3.1.47204.0325, we have renamed the term "APP" to "SDK" in our demo to avoid confusion between the term "API" and "APP".
- Our brand new Zoom Developer Community Forum is now online!!! Check it out! We are here to help! :D
You can find the full Zoom Windows SDK documentation and the community support forum here:
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.
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.
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;
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.
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.
Please visit [https://marketplace.zoom.us/docs/sdk/native-sdks/windows] for details of each features and functions.
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.
For the versions available, see the tags on this repository.
Please refer to our CHANGELOG for all changes.
-
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 following files while integrating and deploying our SDK:
- CptControl.exe
- CptHost.exe
- CptInstall.exe
- CptService.exe
- CptShare.dll
- zzhost.dll
- zzplugin.dll
- aomhost64.exe
Please skip signing / do not add any new signatures to the above files. If the error code appears even if the above files are not being re-signed, please visit our Zoom Developer Community Forum and seek help.
- In most of the cases, this is caused by resigning or adding new signature to the following files while integrating and deploying our SDK:
-
Please visit our Zoom Developer Community Forum for further assistance.
For any issues regarding our SDK, please visit our new Community Support Forum at https://devforum.zoom.us/.
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
- ⭐ 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 ©2019 Zoom Video Communications, Inc. All rights reserved.