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

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/twilio/twilio-video-app-android
Retrieves a collection of Accounts belonging to the account used to make the …
curl \
  -u "$API_USER:$API_PASS" \
  https://api.twilio.com/2010-04-01/Accounts.json
Fetch the account specified by the provided Account Sid
curl \
  -u "$API_USER:$API_PASS" \
  https://api.twilio.com/2010-04-01/Accounts/{Sid}.json
curl \
  -u "$API_USER:$API_PASS" \
  https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Keys.json
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-android
Kotlin
API
twilio.com
twilio.com:api
At a glance
Language Kotlin
Endpoints199
Base URLhttps://api.twilio.com
✓ Official