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

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/twilio/twilio-video-app-android
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-android
Kotlin
API
twilio.com
twilio.com:twilio_routes_v2
At a glance
Language Kotlin
Endpoints6
Base URLhttps://routes.twilio.com
✓ Official