Skip to content

Releases: edumeet/edumeet

4.0.0

14 Mar 21:21
Compare
Choose a tag to compare

This is the first release of the brand new version 4 of Edumeet. This main repository is now a hub that points to the other component repos that comprises Edumeet. For more information about the various services, have a look in:

edumeet-room-server (required)
edumeet-client (required)
edumeet-media-node (required)
edumeet-management-server (optional)

These services work together in providing a complete Edumeet deployment. The deployment scripts in this main repo sets up an Edumeet instance comprising of the required services, and you may also see how this looks at https://letsmeet.no/

Feature wise the simple deployment provided here gives you the following features, amongst others:

  • Seamless transition between P2P/SFU modes based on room-size
  • Audio/video/screen/extra camera sharing
  • Chat
  • Moderator capabilities
  • Breakout rooms
  • Raise hand
  • Room lock with lobby
  • Video background blur
  • Advanced audio/video settings for complex use cases
  • Configurable themes/colors
  • Auto scaling of bandwidth usage both up and down
  • Auto layout changes based on speaker

For a more complete and advanced setup, you may go to the edumeet-docker repo. This will add the management service and client into the mix, and provide proper room management, multi-tenancy authentication and user management.

3.5.6

24 Apr 08:59
Compare
Choose a tag to compare

Add translations.
Add lastN GET param.
Update versions

3.5.5

20 Dec 14:32
4c2c84d
Compare
Choose a tag to compare

3.5.5

Added new GET parameters for edumeet-recorder:
hideSelfView,filmstrip,acceptCookie,hideNoVideoParticipants

Added new Maintenence text that can be configured from the app/config by adding :
infoTooltipText ,infoTooltipLink and infoTooltipDesc.

3.5.4

02 Nov 16:06
4761ab4
Compare
Choose a tag to compare

Improve documentation quality, fix build scripts.

3.5.3

10 Mar 14:28
Compare
Choose a tag to compare

3.5.2

09 Mar 21:49
Compare
Choose a tag to compare

3.5.1

03 Mar 16:00
Compare
Choose a tag to compare

3.5.0

25 Feb 13:53
446b87d
Compare
Choose a tag to compare

3.4.0

03 Dec 13:11
befb3df
Compare
Choose a tag to compare
Update hr.json

Croatian translation update.

3.3

22 May 20:09
Compare
Choose a tag to compare
3.3
  • Add: Rooms now scale across cores
  • Add: Permissions and roles. Users can now have different roles (moderator, admin etc.) that give different permissions.
  • Add: TURN API or fallback TURN server
  • Add: Configurable room size limit
  • Add: Prometheus monitoring support
  • Add: Possible to share several videos (ex: 2 webcams)
  • Add: Configurable audio settings (echocancellation etc.)
  • Add: Configurable audio output device (in supported browsers)
  • Add: Audio auto mute/unmute based on volume
  • Add: Handle unsupported browsers properly
  • Add: Lots of appearence settings
  • Add: Side drawer can now stay permanently open
  • Add: Move control buttons to separate control bar
  • Add: Can now "raise hand"
  • Add: Screen sharing in Safari 13+, Opera and Edge
  • Add: Extended advanced info about network in client
  • Add: Configurable screen sharing frame rate
  • Add: Help and About dialogs
  • Add: More keyboard shortcuts
  • Add: Quality indicator on videos
  • Add: More translations
  • Fix: Various UI fixes and improvements
  • Fix: Better audio/video device handling
  • Fix: Update keyboard shortcut handling
  • Fix: Authentication for load balanced scenarios
  • Fix: Signaling when entering lobby
  • Fix: Signaling timeouts and retries
  • Fix: Filesharing fixes (sharing same file twice, etc.)
  • Fix: Better handling of hark
  • Fix: Use applyContraints instead of restarting producers
  • Fix: Now handles reconnects properly if client loses connection
  • Fix: Rotating devices don't show rotated videos
  • Fix: Various fixes to client authentication