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

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/twilio/twilio-video-app-android
Retrieve voice dialing permissions inheritance for the sub-account
curl \
  -u "$API_USER:$API_PASS" \
  https://voice.twilio.com/v1/Settings
curl \
  -u "$API_USER:$API_PASS" \
  https://voice.twilio.com/v1/IpRecords
curl \
  -u "$API_USER:$API_PASS" \
  https://voice.twilio.com/v1/ByocTrunks
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-android
Kotlin
API
twilio.com
twilio.com:twilio_voice_v1
At a glance
Language Kotlin
Endpoints32
Base URLhttps://voice.twilio.com
✓ Official