Push-to-talk SDK for your Windows or Windows Mobile application
Version: 2.50
Date: October 25, 2019
Thanks for downloading ZelloWork SDK. It’s designed to enable easy integration of push-to-talk function into any application. This document will guide you through the installation and use of the SDK.
ZelloWork SDK provides ActiveX wrapper exposing the required set of Zello client functions. It’s designed to work with Zello Enterprise server or with ZelloWork managed service.
You need a Windows PC to use the SDK. To install the SDK launch the ZelloWorkClientSDKSetup.exe and follow the installation wizard:
The SDK installs samples, documentation and registers ActiveX control (ptt.dll). Once installed you can access SDK items from Start menu.
Before digging into the code you can try the compiled samples, which are located in ‘Samples\bin’ subfolder of the SDK.
Win32 C++ application for Windows using ActiveX control
embedding Zello ActiveX control into a web-page. Use Internet Explorer to view this sample.
.NET application for Windows using ActiveX control
Win32 C++ application for Windows Mobile. This one is a bit tricky. To test it you have to copy the file and ptt.dll from ‘mobile’ subfolder to the mobile device and register ptt.dll there using regsvrce.exe utility.
Win32 C++ application for Windows implementing custom GUI
.NET 2.0 C# application for Windows Mobile
Visual Basic 6 application for Windows using ActiveX control
.NET 2.0 C# application implementing audio integration interfaces. If integration mode is active, ActiveX control doesn't use playback and rendering hardware audio devices. Instead host app receives uncompressed PCM audio stream for each incoming message, and provides custom PCM audio stream for each outgoing message. If chorus mode is active, all incoming audio messages are activated concurrently on receive, while in normal mode they are activate sequentially, one by one, similar to how Zello client normally works.
The samples are compiled for the use with ‘default.zellowork.com’ Zello for Work network. You can use any of the following login / password pairs to sign in:
test / test
test2 / test
test3 / test
test4 / test
test5 / test
test6 / test
test7 / test
test8 / test
Please note that this network / usernames is intended for quick test only. For your development you’ll need to register your own free Zello for Work network.
Follow these steps to start developing with Zello for Work SDK.
- Go to zellowork.com enter desired network name, your full name and a valid e-mail address.
- An e-mail will be sent to you with the new network admin password
- Log-in to the newly created network web console and add some test users. You can create up to 5 users for your testing.
- Sample 2 uses HTML and JavaScript only so it could viewed and edited in any text editor. All other samples require Visual Studio 2008 or later
- In the code replace network name ‘default’ with the name of the network you just registered
- Compile and run the sample
- Verify that you can login using the accounts you created
- Test push-to-talk functionality
- Explore ZelloWork.chm installed with the SDK or online reference to see the interfaces available to your application
- Contact us if you have any questions or can’t find the API method you need
When deploying your application make sure that the following conditions are met:
- You application installer installs and registers ptt.dll ActiveX control
- Make sure that you use the appropriate ActiveX control for your target platform.
- ptt.dll located in the SDK root folder is intended for Windows
- zelloptt.dll COM library located in the 'headless' subfolder is intended for Windows
- ptt.dll located in the ‘mobile’ subfolder is intended for Windows Mobile
All apps using Zello SDK must adhere to the following guidelines:
- All UI screens, embedding Zello SDK must include Zello logo
- Use Zello logo and / or "Zello", "ZelloWork" names, when referencing to Zello inside of your app
- Send us the app for review before distributing the app to any third parties or customers
For more information visit our website at zellowork.com or send an e-mail to support@zello.com