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" });
Retrieve a list of all End User for an account.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/EndUsers
Retrieve a list of all Policys.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/Policies
Retrieve a list of all End-User Types.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/EndUserTypes
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-react
TypeScript
API
twilio.com
twilio.com:twilio_trusthub_v1
At a glance
Language TypeScript
Endpoints48
Base URLhttps://trusthub.twilio.com
✓ Official