Preparing for release.

master
Håvar Aambø Fosstveit 2019-11-07 10:12:26 +01:00
parent 69677e4972
commit 74bf6e1781
4 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,14 @@
# Changelog
### 3.1
* Browser session storage
* Virtual lobby for rooms
* Allow minimum TLSv1.2 and recommended ciphers
* Code splitting for faster load times
* Various GUI fixes
* Internationalization support
* Can require sign in for access
### 3.0
* Updated to mediasoup v3
* Replace lib "passport-datporten" with "openid-client" (a general OIDC certified client)

View File

@ -10,8 +10,7 @@ Try it online at https://letsmeet.no. You can add /roomname to the URL for speci
* Screen sharing
* File sharing
* Different layouts
There is also a SIP gateway that can be found [here](https://github.com/havfo/multiparty-meeting-sipgw). To try it, call: roomname@letsmeet.no.
* Internationalization support
## Docker
If you want the automatic approach, you can find a docker image [here](https://hub.docker.com/r/misi/mm/).
@ -51,6 +50,7 @@ This will build the client application and copy everythink to `server/public` fr
* Set up the server:
```bash
$ sudo apt install redis
$ cd ..
$ cd server
$ npm install

View File

@ -1,6 +1,6 @@
{
"name": "multiparty-meeting",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"description": "multiparty meeting service",
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",

View File

@ -1,6 +1,6 @@
{
"name": "multiparty-meeting-server",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"description": "multiparty meeting server",
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",