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

Swift integration

✓ Official SDK
Install
# See https://github.com/twilio/twilio-video-app-ios
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-ios
Swift
API
twilio.com
twilio.com:twilio_events_v1
At a glance
Language Swift
Endpoints22
Base URLhttps://events.twilio.com
✓ Official