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.

License

License

GroupId

GroupId

com.zello
ArtifactId

ArtifactId

zello-channel-sdk
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

aar
Description

Description

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.
Project URL

Project URL

https://github.com/zelloptt/zello-channel-api/
Source Code Management

Source Code Management

https://github.com/zelloptt/zello-channel-api/tree/master

Download zello-channel-sdk

How to add to project

<!-- https://jarcasting.com/artifacts/com.zello/zello-channel-sdk/ -->
<dependency>
    <groupId>com.zello</groupId>
    <artifactId>zello-channel-sdk</artifactId>
    <version>0.5.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zello/zello-channel-sdk/
implementation 'com.zello:zello-channel-sdk:0.5.2'
// https://jarcasting.com/artifacts/com.zello/zello-channel-sdk/
implementation ("com.zello:zello-channel-sdk:0.5.2")
'com.zello:zello-channel-sdk:aar:0.5.2'
<dependency org="com.zello" name="zello-channel-sdk" rev="0.5.2">
  <artifact name="zello-channel-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zello', module='zello-channel-sdk', version='0.5.2')
)
libraryDependencies += "com.zello" % "zello-channel-sdk" % "0.5.2"
[com.zello/zello-channel-sdk "0.5.2"]

Dependencies

runtime (5)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.2.0
com.squareup.okhttp3 : okhttp jar 3.10.0
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.4.32
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.3.8
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.3.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.2