Developer-First SDK

Build voice into your app in minutes

Integrate push-to-talk and real-time voice communication across iOS, Android, and Web with our cross-platform SDKs.

Native SDKs for every platform

Same consistent API across all platforms. Write once, deploy everywhere.

Web SDK

TypeScript / JavaScript

Build web applications with real-time push-to-talk capabilities. Works in all modern browsers.

View Docs

Android SDK

Kotlin & Java

Native Android SDK for building mobile PTT applications with background audio support.

View Docs

iOS SDK

Swift & Objective-C

Native iOS SDK for iPhone and iPad apps with system-level audio integration.

View Docs

Everything you need for voice

Full-featured SDK with push-to-talk, channels, events, and built-in audio — enterprise-ready from day one.

Push-to-Talk

Real-time voice transmission with sub-200ms latency. Press to talk, release to listen.

Channels

Create group and direct channels. Manage participants and admins programmatically.

Real-time Events

Subscribe to broadcast, connection, and channel events. Build reactive UIs with ease.

Built-in Audio Player

Incoming broadcasts automatically played with queuing, volume control, and speaker selection.

Secure

End-to-end encrypted communication with secure authentication tokens.

Ship in minutes, not months

Simple, consistent API across all platforms. Copy, paste, push to talk.

1import { TalkerClient } from '@talker-network/talker-sdk';
2
3// Initialize with credentials
4const talker = new TalkerClient({
5 userAuthToken,
6 userId,
7 a_username,
8 a_password,
9});
10
11// Listen for broadcasts
12talker.on('broadcast_start', (data) => {
13 console.log(`${data.senderName} started speaking`);
14});
15
16// Push-to-talk
17await talker.startTalking(channelId);
18// ... user speaks ...
19await talker.stopTalking();

How it works

Three steps to real-time voice in your application.

01

Initialize

Configure the SDK with your credentials. One-line setup across all platforms.

02

Connect

Join channels and subscribe to real-time events. Automatic reconnection built-in.

03

Communicate

Push-to-talk, messaging, and real-time audio. Your users are live instantly.

Ready to add voice to your app?

Get your SDK key and start building in minutes. Free tier available.

Need an SDK key? Contact parag@talker.network