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