Edumeet

screenshot of Edumeet
react
material-ui

edumeet - multiparty web-meetings using mediasoup and WebRTC

Overview

Edumeet is a WebRTC meeting service that uses mediasoup. It allows users to host virtual meetings and includes features such as audio/video streaming, screen sharing, file sharing, chat messages, and local recording. Edumeet also supports authentication types including OIDC, SAML, and a local text-based database. The service is available in 22 languages and users can contribute to translating the language files.

Features

  • A/V Streaming: Share your microphone and camera, as well as an additional video stream.
  • Video Layouts: Choose between Democratic and Filmstrip views for your video conference.
  • Screen Sharing: Share your screen for presentations directly from your desktop.
  • File Sharing: Share files with meeting participants using a torrent solution.
  • Chat Messages: Engage in text conversations with other participants during the meeting.
  • Local Recording: Record the browser window/tab/screen content in browser-supported formats. (Disabled by default)
  • Authentication: Supports OIDC, SAML, and a local text-based database for authentication.
  • Internationalization: Available in 22 languages.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

material-design
Material Design

Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.