0.2.1 • Published 5 months ago

@gooki/grtc v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

GRTC

⚙️ Installation

NPM

npm i @gooki/grtc

✨ Getting started

import GRTC from 'grtc';

const grtc = GRTC.getInstance();
grtc.init({token: 'xxxx'})

grtc.on('talkinfo', (msg) => { console.log(msg) });