telnyx-voice-streaming-javascript

Stream live call audio via Telnyx API and JavaScript SDK.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-voice-streaming-javascript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-voice-streaming-javascript
Source: https://github.com/tindevelopers/cursor-skills/tree/main/telnyx-javascript/telnyx-voice-streaming-javascript
Command: npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-voice-streaming-javascript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables real-time audio streaming from calls, allowing for live transcription, media forking to external destinations, and AI-driven analysis of call content.

Core Features & Use Cases

  • Real-time Audio Streaming: Stream call audio to WebSockets or Dialogflow for live processing.
  • Media Forking: Duplicate call media to external destinations for monitoring or recording.
  • Live Transcription: Transcribe speech in real-time using specified engines.
  • Use Case: Integrate live call sentiment analysis by streaming audio to an AI model, or monitor customer service calls by forking media to a supervisor's dashboard.

Quick Start

Use the telnyx-voice-streaming-javascript skill to start streaming audio from call control ID 'your_call_control_id'.

Frequently Asked Questions about telnyx-voice-streaming-javascript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream live call audio to a WebSocket for real-time transcription?

You can stream live call audio to a WebSocket for real-time transcription by using the Telnyx API and JavaScript SDK to fork media from a call control ID to your specified WebSocket endpoint.

What is media forking and when do I need it for voice calls?

Media forking duplicates call audio to external destinations for monitoring or recording. You need it when routing real-time voice data to external endpoints like a supervisor dashboard or an AI model.

Can I use the Telnyx JavaScript SDK with Dialogflow for live speech processing?

Yes, the Telnyx JavaScript SDK integrates with Dialogflow to stream real-time call audio directly into the platform, enabling seamless AI-powered speech processing and data ingestion.

How do I implement live call sentiment analysis using real-time audio streaming?

To implement live call sentiment analysis, use this Skill to stream real-time call audio to an external AI model via WebSockets, allowing the model to process and analyze speech instantly.

Does this Skill require any external dependencies to start streaming call audio?

No external dependencies are required to start streaming call audio. You only need a valid Telnyx call control ID and the JavaScript SDK to initiate the real-time voice streaming process.