New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

opentok-text-chat

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-text-chat

OpenTok text chat accelerator pack

  • 1.0.29
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
685
decreased by-30.95%
Maintainers
2
Weekly downloads
 
Created
Source

logo


Accelerator TextChat for Javascript

Quick start

The OpenTok Text Chat Accelerator Pack provides functionality you can add to your OpenTok applications that enables users to exchange text messages between mobile or browser-based devices.

This sample shows you how to use the accelerator pack.

Install

$ npm install --save opentok-text-chat

If using browserify or webpack:

const textChat = require('opentok-text-chat');

Otherwise, include the accelerator pack in your html:

<script src="../your/path/to/opentok-text-chat.js"></script>

. . . and it will be available in global scope as TextChatAccPack


Click here for a list of all OpenTok accelerator packs.

Keywords

FAQs

Package last updated on 06 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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc