๐ŸŽ™๏ธ Talkies PTT API v2.0

WebRTC-based Push-to-Talk Server for Mobile Applications

REST API Endpoints

GET /api/health

Health check endpoint

GET /api/channels

List all channels

POST /api/channels

Create a new channel

{ "name": "Team Alpha", "description": "Main team channel", "max_users": 10 }
GET /api/channels/{channel_id}

Get channel details and users

WebSocket Connection

ws://localhost:8080/ws?channel_id={id}&username={name}

Connect mobile client to channel for WebRTC signaling

Message Types

๐Ÿ“– Documentation

๐Ÿงช Test Client