You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

twilio-chat

Package Overview
Dependencies
Maintainers
2
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-chat

Twilio Chat service client library


Version published
Weekly downloads
23K
decreased by-2.12%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Twilio Chat client library

Twilio Chat is a service for messages delivery over ip networks. Visit our official site for more detalis: https://www.twilio.com/chat

Instantiating and using

To use the library you will need:

  • generate a token
  • create an instance of AccessManager class from twilio-common library.
var client = new Twilio.Chat.Client(token);
client.initialize()
  .then(function() {
    // Hey! I can start using a library!
  });

Consuming a library

You can consume the library from NPM:

npm install twilio-chat

For browser you can use version from CDN:

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

FAQs

Package last updated on 08 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc