vchat-core
v5.2.275
Published
vchat-core
Keywords
Readme
vchat-core
vchat-core
Installing
For the latest stable version:
npm install vchat-coreusing vchat-core
chat = new Chat(config, new ChatHandler());Once the chat instance is created it can be initialized via
chat.init().then(result => {
doSomething()
});