Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

TwilioDevEd/demo-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Demo Chat Application

This is a lightweight application based on Twilio Chat.

Configuring and getting started

This demo requires a Twilio account and a working Chat Service SID. You'll need to collect some credentials from the Twilio Console:

  • Your Account SID (ACXXX) and Auth Token, both accessible from the Dashboard
  • Your Account's Chat Service Sid ISXXX SID which is attached to your Chat Service

Testing

The demo application can be configured and run in two ways:

Replacing the Chat Token

In order for your Chat Application to work, we need to authenticate a Chat user by retrieving a short-lived token attached to your API Key. The getToken function in ChatApp.js has a placeholder for your chat token.

You can generate a token in a few ways:

For the twilio-cli option, run the following command and enter the resulting token into the placeholder: `twilio token:chat --identity --chat-service-sid <ISXXX...>

About

Lightweight chat application built in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published