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

Kotlin integration

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