Java / Android
Java SDK
Android-native and JVM-compatible SDK for mobile and backend integration. Crystal-clear voice with ultra-low latency on pure UDP.
Installation
build.gradle
// Add to your build.gradle
dependencies {
implementation 'ir.cloudfort:callum-voice:0.0.1'
}
// Or via Maven
<dependency>
<groupId>ir.cloudfort</groupId>
<artifactId>callum-voice</artifactId>
<version>0.0.1</version>
</dependency>
Quick Start
VoiceChat.java
import ir.cloudfort.callum.voice.VoiceClient;
// Initialize the voice client
VoiceClient client = new VoiceClient("your-api-key");
// Join a voice room
client.joinRoom("game-lobby");
// Android foreground service included
✓ Latency: 4ms | Codec: Opus HD
Features
Android Native
Built for Android with foreground service support.
JVM Compatible
Works with any JVM-based backend or framework.
OkHttp WebSocket
Reliable signaling via OkHttp WebSocket connections.
ProGuard Ready
Consumer ProGuard rules included out of the box.
Ready to get started?
Get your free API key and start building with the Java SDK today.