@gluedigital/chat-server-plugin-tokbox
v0.0.3
Published
A chat-server plugin for Tokbox integration.
Downloads
3
Keywords
Readme
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
.