This project uses Twilio's the deprecated Conversations SDK. Please check out our current Getting Started guide for Video and accompanying repository instead.
An example application implementing Video Customer Service using Twilio.
Are you using a bash shell? Use echo $SHELL to find out. For a bash shell, using the Gmail example, edit the ~/.bashrc or ~/.bashprofile file and add:
export TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxx export TWILIO_AUTH_TOKEN=yyyyyyyyyyyyyyyyy export TWILIO_NUMBER=+15556667777
Are you using Windows or Linux? You can read how to set variables here.
Getting your local environment setup to work with this app is similarly easy. After you configure your app with the steps above, use this guide to get going locally:
- Install the dependencies.
bundle install
- Launch local development webserver
rails server
-
Open browser to http://localhost:3000.
-
Tweak away!
- No warranty expressed or implied. Software is as is. Diggity.
- MIT License
- Lovingly crafted by Twilio Developer Education.