edumeet - multiparty web-meetings using mediasoup and WebRTC
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.
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 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 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 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.