modified lib-jitsi-meet dev repo
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.
Paweł Domas 3bdf8a6b8f
feat: generates source names (#1725)
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 feat(xmpp) remove clientNode config option hace 4 años
flow-typed/npm flow-typed hace 8 años
modules feat: generates source names (#1725) hace 4 años
service feat(av-moderation) Remove from moderation whitelist functionality (#1729) hace 4 años
.editorconfig remove all participants and tracks when leaving the room hace 10 años
.eslintignore e2ee: use a separate bundle for the worker hace 5 años
.eslintrc.js use the centralized jitsi eslint config (#623) hace 8 años
.flowconfig update RN to 61 hace 6 años
.gitattributes added "start muted" hace 10 años
.gitignore feat(twa) add TWA check function hace 5 años
JitsiConference.js fix: Avoids sending empty nick in presence. hace 4 años
JitsiConferenceErrors.js fix(ice-restart): Force client reloads when call is migrated. hace 5 años
JitsiConferenceEventManager.js feat(av-moderation) Remove from moderation whitelist functionality (#1729) hace 4 años
JitsiConferenceEvents.js feat(av-moderation) Remove from moderation whitelist functionality (#1729) hace 4 años
JitsiConnection.js feat: Skips using disco-info for features. (#1450) hace 5 años
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) hace 8 años
JitsiConnectionEvents.js Lobby required displayname (#1231) hace 5 años
JitsiMediaDevices.js fix(RTCUtils) Return false for device change checks on mobile Safari. hace 4 años
JitsiMediaDevicesEvents.js fix(gum) update permissions prompt detection hace 4 años
JitsiMeetJS.js feat: generates source names (#1725) hace 4 años
JitsiParticipant.js fix(docs): copy&paste error for setIsReplaced hace 4 años
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 9 años
JitsiTrackError.js feat(GUM): timeout. hace 5 años
JitsiTrackErrors.js feat(GUM): timeout. hace 5 años
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) hace 5 años
JitsiTranscriptionStatus.js feat(transcription): Add transcription status hace 8 años
LICENSE initial commit hace 10 años
README.md Add missing options to docs and improve naming (#1354) hace 5 años
SECURITY.md Create SECURITY.md hace 5 años
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) hace 6 años
index.js Prepare for webpack 2 hace 8 años
karma.conf.js fix(example) simplify hace 5 años
package-lock.json chore(deps): bump sdp-interop to get another fix for ICE restart hace 4 años
package.json chore(deps): bump sdp-interop to get another fix for ICE restart hace 4 años
webpack-shared-config.js fix(ReceiverVideoController): Cache the new receiver constraints. hace 4 años
webpack.config.js fix(karma): After adding 2nd webpack configuration 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

Building the sources

NOTE: you need Node.js >= 12 and npm >= 6

To build the library, just type:

npm install

To lint:

npm run lint

and to run unit tests:

npm test

if you need to rebuild lib-jitsi-meet.min.js

npm run postinstall

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