Using twilio-video-app-react with twilio.com

TypeScript integration

✓ Official SDK
Install
npm install twilio-video-app-react
Quick start
import Twilio_video_app_react from 'twilio-video-app-react';

const client = new Twilio_video_app_react({ apiKey: "YOUR_API_KEY" });
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/SipDomains/{SipDomain}
Fetch the Inbound Processing Region assigned to a SIP Trunk.
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/Trunks/{SipTrunkDomain}
Fetch the Inbound Processing Region assigned to a phone number.
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/PhoneNumbers/{PhoneNumber}
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-react
TypeScript
API
twilio.com
twilio.com:twilio_routes_v2
At a glance
Language TypeScript
Endpoints6
Base URLhttps://routes.twilio.com
✓ Official