twilio / twilio-chat-demo-js

Programmable Chat API Demo Application for JavaScript
BSD 3-Clause "New" or "Revised" License
90 stars 94 forks source link

Demo not working #15

Closed scarroll32 closed 7 years ago

scarroll32 commented 7 years ago

See errors in the console below:

screen shot 2017-01-08 at 18 35 36

Possibly related issue: https://github.com/TwilioDevEd/sdk-starter-ruby/issues/2

tugis commented 7 years ago

Having the same issue. Any updates here?

tugis commented 7 years ago

Found out how to make it work.

In public/index.html, change the twilio-js include to:

<script src="//media.twiliocdn.com/sdk/js/chat/v0.11/twilio-chat.min.js"></script>

rbeiter commented 7 years ago

Hello @tugis, @seanfcarroll – this is resolved now. We apologize for the inconvenience.