0.2.0 • Published 11 months ago

jokear-meet v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

jokear-meet

jokear-meet is a solution designed to deploy large-scale video conferencing systems. Based on Mediasoup for real-time communication, it handles video calls, audio, and screen sharing. Optimized for scalability, this solution easily integrates into complex infrastructures, providing a robust and secure foundation for high-performance teleconferencing applications.

install

# npm
npm install mediasoup@3 jokear-meet

# yarn
yarn add mediasoup@3 jokear-meet

usage

import { JokearMeet } from "jokear-meet";

const jockearMeet = new JokearMeet(server);
await jockearMeet.initialized();
0.2.0

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago