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

Swift integration

✓ Official SDK
Install
# See https://github.com/twilio/twilio-video-app-ios
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/SipDomains/{SipDomain}
Fetch the Inbound Processing Region assigned to a SIP Trunk.
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/Trunks/{SipTrunkDomain}
Fetch the Inbound Processing Region assigned to a phone number.
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/PhoneNumbers/{PhoneNumber}
SDK on GitHub 📄 API Docs
SDK
twilio-video-app-ios
Swift
API
twilio.com
twilio.com:twilio_routes_v2
At a glance
Language Swift
Endpoints6
Base URLhttps://routes.twilio.com
✓ Official