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 DocsAndroid SDK
Kotlin & Java
Native Android SDK for building mobile PTT applications with background audio support.
View DocsiOS SDK
Swift & Objective-C
Native iOS SDK for iPhone and iPad apps with system-level audio integration.
View DocsEverything 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';23// Initialize with credentials4const talker = new TalkerClient({5 userAuthToken,6 userId,7 a_username,8 a_password,9});1011// Listen for broadcasts12talker.on('broadcast_start', (data) => {13 console.log(`${data.senderName} started speaking`);14});1516// Push-to-talk17await talker.startTalking(channelId);18// ... user speaks ...19await talker.stopTalking();How it works
Three steps to real-time voice in your application.
Initialize
Configure the SDK with your credentials. One-line setup across all platforms.
Connect
Join channels and subscribe to real-time events. Automatic reconnection built-in.
Communicate
Push-to-talk, messaging, and real-time audio. Your users are live instantly.
Developer resources
Everything you need to integrate and ship.
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