telnyx-voice-streaming-javascript

Installation
SKILL.md

Telnyx Voice Streaming - JavaScript

Installation

npm install telnyx

Setup

import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});
Related skills
Installs
56
GitHub Stars
171
First Seen
Feb 23, 2026