1.0.7 • Published 2 months ago
@taarai/webrtc-client v1.0.7
@taarai/webrtc-client
Production-grade WebRTC for modern India.
@taarai/webrtc-client
is a battle-tested, developer-focused WebRTC client designed for secure, low-latency communication over SIP using JsSIP. It’s built to integrate cleanly into any frontend — from custom UIs to plug-and-play widgets — and is engineered to scale with Taar.AI’s infrastructure-first philosophy.
⚠️ This is not a toy SDK. This is the foundation for building serious communication platforms in the Indian market and beyond.
✨ Why Taar.AI’s WebRTC Client?
- ⚡ Built for Real-Time – Ultra-low-latency audio via SRTP + SIP
- 🔒 Secure by Default – Works with TURN, DTLS, and production-grade auth
- 🎛️ Fully Customizable – Bring your own UI or use our default widget
- 🌍 India-Ready – Optimized for variable network conditions across regions
- 🧱 Infra-Grade – Designed to run in edge data centers or behind Cloudflare
🔐 Access
This package is available only to active Taar.AI subscribers.
Access is private as of now. If you want to explore, please reach out to dev@taar.ai
🚀 Getting Started
See full integration docs at:
👉 https://docs.taar.ai
🛠 Example Project
You’ll find a usage demo inside the example/
folder.
To run locally:
cd example
npm install
npm link @taarai/webrtc-client
npm run dev