DOC

com.zello : zello-channel-sdk

Maven & Gradle

Apr 29, 2021
81 stars

Zello Channels SDK · The Zello Channels SDK allows you to integrate Zello push-to-talk into your own application. The SDK communicates with a Zello server over a web socket connection using a JSON-based protocol, and offers a simple API to send and receive audio, images, and text over Zello channels. Supported features include: Send voice messages from the device microphone Play incoming voice messages through the device speaker Send voice messages from your own audio code, e.g. from a file Receive voice message data with your own audio code with optional pass-through to the device speaker Send and recieve text messages Send and receive images Send the device's current location, and receive location messages from other users The protocol specification is also available if you prefer to develop your own client in-house.

Table Of Contents

Latest Version

Download com.zello : zello-channel-sdk Javadoc & API Documentation - Latest Versions:

All Versions

Download com.zello : zello-channel-sdk Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file zello-channel-sdk-0.5.2-javadoc.jar to zello-channel-sdk-0.5.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder zello-channel-sdk-0.5.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "zello-channel-sdk-0.5.2-sources.jar" -d "zello-channel-sdk-0.5.2-javadoc" -subpackages 

Advertisement