telnyx-webrtc-client-react-native
Installation
SKILL.md
Telnyx WebRTC - React Native SDK
Build real-time voice communication into React Native apps (Android & iOS) using the @telnyx/react-voice-commons-sdk library.
Prerequisites: Create WebRTC credentials and generate a login token using the Telnyx server-side SDK. See the
telnyx-webrtc-*skill in your server language plugin (e.g.,telnyx-python,telnyx-javascript).
Features
- Reactive Streams: RxJS-based state management
- Automatic Lifecycle: Background/foreground handling
- Native Call UI: CallKit (iOS) and ConnectionService (Android)
- Push Notifications: FCM (Android) and APNs/PushKit (iOS)
- TypeScript Support: Full type definitions
Installation
npm install @telnyx/react-voice-commons-sdk
Related skills