Using twilio-video.js with twilio.com

JavaScript integration

✓ Official SDK
Install
npm install twilio-video.js
Retrieve a paginated list of Sinks belonging to the account used to make the …
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Sinks
Retrieve a paginated list of all the available Event Types.
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Types
Fetch a specific Sink.
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Sinks/{Sid}
SDK on GitHub 📄 API Docs
SDK
twilio-video.js
JavaScript
API
twilio.com
twilio.com:twilio_events_v1
At a glance
Language JavaScript
Endpoints22
Base URLhttps://events.twilio.com
✓ Official