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.
Saúl Ibarra Corretgé a0dc169186 feat(ts) introduce TypeScript hace 4 años
.github feat(misc) add stalebot hace 3 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
modules fix(RTC) added safety checks before getSenders() calls hace 3 años
service Fire settings error event hace 3 años
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore feat(ts) introduce TypeScript hace 3 años
.eslintrc.js chore(deps) update Babel and ESLint to the latest versions hace 3 años
.gitattributes added "start muted" hace 9 años
.gitignore feat(ts) introduce TypeScript hace 3 años
JitsiConference.js ref(JitsiConference) Add audio level handlers only for audio tracks. Other minor formatting changes. hace 3 años
JitsiConferenceErrors.js Fire settings error event hace 3 años
JitsiConferenceEventManager.js ref(RTC) fix format and alpha sort the functions in JitsiLocalTrack.js. hace 3 años
JitsiConferenceEvents.js feat(JingleSessionPC) Handle source-add rejects by Jicofo. hace 3 años
JitsiConnection.js feat: Skips using disco-info for features. (#1450) hace 4 años
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) hace 7 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: Adjust setReceiverConstraints to use new format (#1813) hace 3 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 8 años
JitsiTrackError.js chore(lint) tame the new linter hace 3 años
JitsiTrackErrors.js feat(GUM): timeout. hace 4 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 9 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 feat(build) migrate to webpack 5 hace 4 años
package-lock.json feat(ts) introduce TypeScript hace 3 años
package.json feat(ts) introduce TypeScript hace 3 años
tsconfig.json feat(ts) introduce TypeScript hace 3 años
webpack-shared-config.js feat(ts) introduce TypeScript hace 3 años
webpack.config.js feat(ts) introduce TypeScript hace 3 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.