mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-28 13:33:53 +00:00
Merge branch 'release-3.4' into develop
This commit is contained in:
commit
73e2af077c
3 changed files with 19 additions and 2 deletions
|
|
@ -170,6 +170,9 @@ To integrate with an LMS (e.g. Moodle), have a look at [LTI](LTI/LTI.md).
|
|||
* Håvar Aambø Fosstveit
|
||||
* Stefan Otto
|
||||
* Mészáros Mihály
|
||||
* Roman Drozd
|
||||
* Rémai Gábor László
|
||||
* Piotr Pawałowski
|
||||
|
||||
This started as a fork of the [work](https://github.com/versatica/mediasoup-demo) done by:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
"name": "edumeet",
|
||||
"version": "3.3.0",
|
||||
"version": "3.4.0",
|
||||
"private": true,
|
||||
"description": "edumeet meeting service",
|
||||
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",
|
||||
"contributors": [
|
||||
"Stefan Otto",
|
||||
"Mészáros Mihály",
|
||||
"Roman Drozd",
|
||||
"Rémai Gábor László",
|
||||
"Piotr Pawałowski"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "./",
|
||||
"main": "src/electron-starter.js",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
"name": "edumeet-server",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.4",
|
||||
"private": true,
|
||||
"description": "edumeet server",
|
||||
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",
|
||||
"contributors": [
|
||||
"Stefan Otto",
|
||||
"Mészáros Mihály",
|
||||
"Roman Drozd",
|
||||
"Rémai Gábor László",
|
||||
"Piotr Pawałowski"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue