Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@converse-plugins/jitsimeet

conversejs2Apache 2.00.0.3-alpha.0

converse.js, plugin

readme

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