Moodle Plugins directory: OpenMeetings: Versions: 4.1.3 | Moodle.org

OpenMeetings
Activities ::: mod_openmeetings
Maintained by
Maxim Solodovnik
OpenMeetings is a free browser-based software that allows you to set up instantly a conference in the Web. You can use your microphone and/or webcam, share documents on a white board, discuss in a chat, share your screen or record meetings. It is available as hosted service or you download and install a package on your own server.
OpenMeetings 4.1.3
Moodle 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
Released: બુધવાર, 30 ડિસેમ્બર 2020, 5:44 PM
Code prechecks
phplint
phpcs648 | 108
js
css1 | 0
phpdoc188 | 1
savepoint
thirdparty
grunt1 | 1
shifter
mustache
gherkin
HTML | XMLOpenMetings Video Conference for Moodle
This Moodle plugin uses Apache OpenMeetings. You need your own Apache OpenMeetings instance running.
Requirements
PHP 7.0 or later, OpenMeetings 5.0.0 or later and Moodle 3.5 or later.
tested Versions
OpenMeetings: 5.1.0
Moodle: 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
Building/Developing
- Checkout necessary branch
git checkout <branch_name>
- Perform necessary edits
- set correct version in line
<property name="project.version" value="4.1.3" />
in build.xml - run
ant
command
As a result version.php
packed will have correct $plugin->release
and $plugin->version
set
Check out:
https://openmeetings.apache.org
Known issues
Access Denied
if you have "Access Denied" message while room entering this might be due to cookies are not being saved in iframe.
To bypass this please edit ${OM_HOME}/webapp/META-INF/context.xml
and change
<CookieProcessor sameSiteCookies="Lax" />
to be
<CookieProcessor sameSiteCookies="none" />
User pictures are not displayed
In case Moodle user pictures are nor displayed in OM
- please ensure you have plugin
4.1.3+
- Login to your OM as Admin user, go to
Admin -> Config
, ensure your Moodle site is listed atheader.csp.image
Mailinglists
- https://mail-archives.apache.org/mod_mbox/openmeetings-user/
- https://mail-archives.apache.org/mod_mbox/openmeetings-dev/
Tutorials for installing OpenMeetings and Tools
Development: Apache Build Server & JIRA Issue Navigator
- https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/
- https://issues.apache.org/jira/browse/OPENMEETINGS/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel
Commercial Support links
- https://openmeetings.apache.org/commercial-support.html
- mailto:om.unipro@gmail.com
Version information
- Version build number
- 2020123001
- Version release name
- 4.1.3
- Maturity
- Stable version
- MD5 Sum
- 42233cac38f23f87aeb09dbffdd45c2a
- Supported software
- Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10
- The more recent release 4.4.2 (2024011701) exists for Moodle 3.5
- The more recent release 4.4.2 (2024011701) exists for Moodle 3.6
- The more recent release 4.4.2 (2024011701) exists for Moodle 3.7
- The more recent release 4.4.2 (2024011701) exists for Moodle 3.8
- The more recent release 4.4.2 (2024011701) exists for Moodle 3.9
- The more recent release 4.4.2 (2024011701) exists for Moodle 3.10
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation