0.0.3 • Published 7 years ago
@gluedigital/chat-server-plugin-tokbox v0.0.3
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
.