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 paginated list of Sinks belonging to the account used to make the …
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Sinks
Retrieve a paginated list of all the available Event Types.
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Types
Fetch a specific Sink.
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Sinks/{Sid}
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-android
Kotlin
API
twilio.com
twilio.com:twilio_events_v1
At a glance
Language Kotlin
Endpoints22
Base URLhttps://events.twilio.com
✓ Official