z

zello-channel-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.
https://github.com/zelloptt/zello-channel-api/
MIT License
Greg Cooksey
Files download
File Operation
zello-channel-sdk-0.5.2.pom download
zello-channel-sdk-0.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zello</groupId>
  <artifactId>zello-channel-sdk</artifactId>
  <version>0.5.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.zello:zello-channel-sdk:0.5.2'
Gradle Kotlin
implementation("com.zello:zello-channel-sdk:0.5.2")
Scala SBT
libraryDependencies += "com.zello" % "zello-channel-sdk" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.zello', module='zello-channel-sdk', version='0.5.2')
)
Apache Ivy
<dependency org="com.zello" name="zello-channel-sdk" rev="0.5.2" />
Leiningen
[com.zello/zello-channel-sdk "0.5.2"]
Apache Buildr
'com.zello:zello-channel-sdk:jar:0.5.2'