Prepare for new version
parent
115bcfc62d
commit
a94cd35676
|
|
@ -1,12 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
### 2.1
|
### 3.0
|
||||||
* Updated to mediasoup v3
|
* Updated to mediasoup v3
|
||||||
* Replace lib "passport-datporten" with "openid-client" (a general OIDC certified client)
|
* Replace lib "passport-datporten" with "openid-client" (a general OIDC certified client)
|
||||||
- OpenID Connect discovery
|
- OpenID Connect discovery
|
||||||
- Auth code flow
|
- Auth code flow
|
||||||
* Add spdy http2 support.
|
* Add spdy http2 support.
|
||||||
- Notice it does not supports node 11.x
|
- Notice it does not supports node 11.x
|
||||||
|
* Updated to Material UI v4
|
||||||
|
|
||||||
### 2.0
|
### 2.0
|
||||||
* Material UI
|
* Material UI
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ Try it online at https://letsmeet.no. You can add /roomname to the URL for speci
|
||||||
* Chat
|
* Chat
|
||||||
* Screen sharing
|
* Screen sharing
|
||||||
* File 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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "multiparty-meeting",
|
"name": "multiparty-meeting",
|
||||||
"version": "2.1.0",
|
"version": "3.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "multiparty meeting service",
|
"description": "multiparty meeting service",
|
||||||
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",
|
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "multiparty-meeting-server",
|
"name": "multiparty-meeting-server",
|
||||||
"version": "2.1.0",
|
"version": "3.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "multiparty meeting server",
|
"description": "multiparty meeting server",
|
||||||
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",
|
"author": "Håvar Aambø Fosstveit <h@fosstveit.net>",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue