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" });
Retrieves a collection of Accounts belonging to the account used to make the …
curl \
  -u "$API_USER:$API_PASS" \
  https://api.twilio.com/2010-04-01/Accounts.json
Fetch the account specified by the provided Account Sid
curl \
  -u "$API_USER:$API_PASS" \
  https://api.twilio.com/2010-04-01/Accounts/{Sid}.json
curl \
  -u "$API_USER:$API_PASS" \
  https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Keys.json
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-react
TypeScript
API
twilio.com
twilio.com:api
At a glance
Language TypeScript
Endpoints199
Base URLhttps://api.twilio.com
✓ Official