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
.
A plugin for chat-server that adds Tokbox call support.
Add it before starting the chat-server:
const chat = new Chat()
const tokbox = new Tokbox(chat)
chat.start(5000)
We add two new message types: call
and hang
.
npm i @gluedigital/chat-server-plugin-tokbox
1
0.0.3
MIT
9.52 kB
3