Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
Retrieve a list of Conferences.
curl \
  -u "$API_USER:$API_PASS" \
  https://insights.twilio.com/v1/Conferences
Get a list of Programmable Video Rooms.
curl \
  -u "$API_USER:$API_PASS" \
  https://insights.twilio.com/v1/Video/Rooms
curl \
  -u "$API_USER:$API_PASS" \
  https://insights.twilio.com/v1/Voice/{Sid}
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_insights_v1
At a glance
Language Objective-C
Endpoints17
Base URLhttps://insights.twilio.com