PlugNmeet Server Versions Save

WebRTC based Scalable, High Performance, Open source web conferencing system using Livekit.

v1.6.1

1 month ago

What's Changed

Full Changelog: https://github.com/mynaparrot/plugNmeet-server/compare/v1.6.0...v1.6.1

v1.6.0

1 month ago

What's Changed

Full Changelog: https://github.com/mynaparrot/plugNmeet-server/compare/v1.5.15...v1.6.0

❗❗Breaking Changes❗❗

You'll have to perform the following changes manually.

In config.yaml file:

  1. New option to override copyright text https://github.com/mynaparrot/plugNmeet-server/blob/8c13e13f726636b3a8b8339fb204248225818310/config_sample.yaml#L27

  2. New option to set maximum number of breakout rooms https://github.com/mynaparrot/plugNmeet-server/blob/8c13e13f726636b3a8b8339fb204248225818310/config_sample.yaml#L38

  3. config renamed from mysql_info to database_info and new option driver_name: mysql https://github.com/mynaparrot/plugNmeet-server/blob/8c13e13f726636b3a8b8339fb204248225818310/config_sample.yaml#L67

etherpad changes

In latest version of etherpad authentication now changed to oauth. So you will have to update both settings.json & config.yaml You an add following code in settings.json. Please replace RANDOM_SECRET with string random code https://github.com/mynaparrot/plugNmeet-server/blob/8c13e13f726636b3a8b8339fb204248225818310/etc/etherpad/settings.json#L644C1-L661C4

  "sso": {
    "issuer": "https://YOUR-PNM.com",
    "clients": [
      {
        "client_id": "plugNmeet",
        "client_secret": "RANDOM_SECRET",
        "grant_types": ["client_credentials"],
        "redirect_uris": [],
        "response_types": [],
        "extraParams": [
          {
            "name": "admin",
            "value": "true"
          }
        ]
      }
    ]
  }

Now in config.yaml file:

      client_id: "plugNmeet"
      client_secret: "RANDOM_SECRET"

https://github.com/mynaparrot/plugNmeet-server/blob/8c13e13f726636b3a8b8339fb204248225818310/config_sample.yaml#L104

API change

isRoomActive API call will send the status of room in is_active option. https://www.plugnmeet.org/docs/api/room/is-active#response

v1.5.15

2 months ago

What's Changed

Full Changelog: https://github.com/mynaparrot/plugNmeet-server/compare/v1.5.14...v1.5.15

v1.5.14

2 months ago

What's Changed

Full Changelog: https://github.com/mynaparrot/plugNmeet-server/compare/v1.5.13...v1.5.14

v1.5.13

4 months ago

What's Changed

Note: From this version we have implemented BBB API compatibility. If you have an existing system which support only BigBlueButton API then you can still connect plugNmeet without changing any code. API endpoint format:

URL: https://mynaplugnmeet.com/API-KEY/bigbluebutton
Secret: Api secret

Demo example:

URL: https://demo.plugnmeet.com/plugnmeet/bigbluebutton
Secret: zumyyYWqv7KR2kUqvYdq4z4sXg7XTBD2ljT6

Full Changelog: https://github.com/mynaparrot/plugNmeet-server/compare/v1.5.12...v1.5.13

v1.5.12

5 months ago

What's Changed

Full Changelog: https://github.com/mynaparrot/plugNmeet-server/compare/v1.5.11...v1.5.12

v1.5.11

6 months ago

What's Changed

Full Changelog: https://github.com/mynaparrot/plugNmeet-server/compare/v1.5.10...v1.5.11

v1.5.9

6 months ago

v1.5.8

7 months ago