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" });
List all the verification attempts for a given Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://verify.twilio.com/v2/Attempts
Retrieve a list of all Verification Services for an account.
curl \
  -u "$API_USER:$API_PASS" \
  https://verify.twilio.com/v2/Services
List all the available templates for a given Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://verify.twilio.com/v2/Templates
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-react
TypeScript
API
twilio.com
twilio.com:twilio_verify_v2
At a glance
Language TypeScript
Endpoints53
Base URLhttps://verify.twilio.com
✓ Official