You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Дамян Минков c700fbd584
Initial implementation of lobby rooms. (#1138)
hace 4 años
.github ci: add GH actions for checking the linter hace 5 años
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) hace 8 años
doc e2ee: derive per-participant keys hace 5 años
flow-typed/npm flow-typed hace 7 años
modules Initial implementation of lobby rooms. (#1138) hace 4 años
service Initial implementation of lobby rooms. (#1138) hace 4 años
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 hace 6 años
.eslintrc.js use the centralized jitsi eslint config (#623) hace 7 años
.flowconfig update RN to 61 hace 5 años
.gitattributes added "start muted" hace 9 años
.gitignore build: add integration with webpack-bundle-analyzer hace 5 años
JitsiConference.js Initial implementation of lobby rooms. (#1138) hace 4 años
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) hace 4 años
JitsiConferenceEventManager.js Initial implementation of lobby rooms. (#1138) hace 4 años
JitsiConferenceEvents.js Initial implementation of lobby rooms. (#1138) hace 4 años
JitsiConnection.js feat(conference): add way to check if local participant is hidden hace 5 años
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) hace 7 años
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) hace 7 años
JitsiMediaDevices.js fix(safari): Use standard audio constraints on non-chromium browsers Standard audio constraints need to be passed to gUM for audio input device selection to work properly on Safari. Safari doesn't support permissions query, add a workaround for that. hace 5 años
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 hace 6 años
JitsiMeetJS.js feat(screenSharing): Add system audio screen sharing via audio mixer hace 5 años
JitsiParticipant.js fix(JitsiParticipant): compare against specific error constant hace 5 años
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 8 años
JitsiTrackError.js fix(GUM): Don't fail when a track is muted. hace 5 años
JitsiTrackErrors.js fix(GUM): Don't fail when a track is muted. hace 5 años
JitsiTrackEvents.js Analytics refactoring (#676) hace 7 años
JitsiTranscriptionStatus.js feat(transcription): Add transcription status hace 7 años
LICENSE initial commit hace 9 años
README.md readme: improve developer documentation hace 5 años
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) hace 5 años
index.js Prepare for webpack 2 hace 8 años
karma.conf.js test: add a test for jingle to sdp conversion (#1151) hace 5 años
package-lock.json chore(package): update js-utils. hace 5 años
package.json chore(package): update js-utils. hace 5 años
webpack.config.js Project HPS, first pass hace 5 años

README.md

Jitsi Meet API library

You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.

Installation

Checkout the examples.

Building the sources

To build the library, just type:

npm install

To lint:

npm run lint

and to run unit tests:

npm test

Both linting and units will also be done by a pre-commit hook.