0.0.3-alpha.0 • Published 4 years ago

@converse-plugins/jitsimeet v0.0.3-alpha.0

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
4 years ago

Jitsi Meet plugin for converse.js

Overview

This plugin uses a hosted Jitsi-Meet service to deliver an audio/video conferencing user experience.

Install

see https://m.conversejs.org/docs/html/plugin_development.html on how to install this plugin

Configure

To configure, edit the converse settings and modify all the jitsimeet_ values. See index.html for an example

converse.initialize({
    ....
    jitsimeet_modal: false,
    jitsimeet_url: 'https://meet.jit.si',
    ....
});

Default setting will use the public meet.ji.si service.

How to use

Click on the video icon on the conversation toolbar to turn a chat or groupchat into an audio/video conference