0.11.0 • Published 9 years ago
twilio-chat-demo-js v0.11.0
twilio-chat-demo-js
Running the demo
Set credentials
- Copy 
credentials.example.jsontocredentials.json - Plug your credentials into 
credentials.json 
Install dependencies
$ npm installRun server
$ npm startConnect
Connect via http://localhost:8080
Using another version
This demo defaults to using the latest build of the Chat JS SDK.
To change to a different version, just open public/index.html and change the
following string to point to the URL of the version you'd like to use:
<script src="https://media.twiliocdn.com/sdk/js/chat/releases/0.11.1/twilio-chat.js"></script>0.11.0
9 years ago