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

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/twilio/twilio-video-app-android
Fetches public JWKs
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/certs
Retrieves the consented UserInfo and other claims about the logged-in subject…
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/userinfo
Fetch configuration details about the OpenID Connect Authorization Server
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/.well-known/openid-configuration
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-android
Kotlin
API
twilio.com
twilio.com:twilio_oauth_v1
At a glance
Language Kotlin
Endpoints5
Base URLhttps://oauth.twilio.com
✓ Official