0.0.3 • Published 7 years ago

@gluedigital/chat-server-plugin-tokbox v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Tokbox plugin

A plugin for chat-server that adds Tokbox call support.

Usage

Add it before starting the chat-server:

const chat = new Chat()
const tokbox = new Tokbox(chat)
chat.start(5000)

Protocol

We add two new message types: call and hang.

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago