janus-js-core
v0.0.5
Published
janus.js file with types and videoroom, chatroom helpers
Readme
janus-js-core
janus.js file with types and videoroom and chatroom helpers, by default exported janus js core file
Full docs available at https://janus.conf.meetecho.com/
Check example project in https://github.com/PettersonApps/janus-js-core
import Janus,
{ sendChatroomData,
publishChatroom,
publishOwnFeed,
publishToRoom,
unPublishOwnFeed,
subscribeRemoteFeed,
} from 'janus-js-core';
*before usage check janus js docs, you need to have running WebRTC server on your instance
