This module of Decidim allows to deploy public or private videoconference rooms of any jitsi server in participative processes and assemblies.
NOTE: This module is ready to use but in Beta status. Feel free to report any bug! compatible and tested in versions Decidim 0.20 and 0.21.
1.- Add this line to your application's Gemfile:
gem 'decidim-jitsi_meetings', git: 'https://github.com/alabs/decidim-module-jitsi-meetings.git'
2.- Run this rake tasks:
bundle install
rake decidim_jitsi_meetings:install:migrations
bundle exec rake db:migrate
JitsiMeetings will be available as a Component for a Participatory Space (participative processes and assemblies)
To configure the module you only need to add three parameters, the server API access url, the jitsi server domain and the room name for the assembly or participatory process:
For instructions how to setup your development environment for Decidim, see Decidim. Also follow Decidim's general instructions for development for this project as well.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.