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.
jfinn 00e8a7a52f ljm5x 1st 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 fix: update token doc for tenant details, new prosody (#1316) hace 4 años
flow-typed/npm flow-typed hace 7 años
modules feat(stats): Add the ability to enable callStats only on a certain % of conferences hace 4 años
service ref(sdp): Add a more generic option for codec preference Use 'preferredCodec' and 'disabledCodec' under videoQuality config.js settings for setting codec preferences. Do not prefer VP9 on Firefox because of https://bugzilla.mozilla.org/show_bug.cgi?id=1633876. hace 4 años
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore e2ee: use a separate bundle for the worker hace 4 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 feat(stats): Add the ability to enable callStats only on a certain % of conferences hace 4 años
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) hace 4 años
JitsiConferenceEventManager.js deps: eslint-config-jitsi@latest hace 4 años
JitsiConferenceEvents.js Fix: Removes unused event. hace 4 años
JitsiConnection.js ref: Moves xmpp logs to be accessed from connection. (#1284) hace 4 años
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) hace 7 años
JitsiConnectionEvents.js Lobby required displayname (#1231) hace 4 años
JitsiMediaDevices.js fix(RTCUtils): Cannot read property 'find' of undefined hace 4 años
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 hace 6 años
JitsiMeetJS.js ljm5x 1st hace 4 años
JitsiParticipant.js deps: eslint-config-jitsi@latest 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 cleanup: Get rid of the chrome extension related code for screensharing - Use getDisplayMedia on browsers where it is supported. - desktopSharingChromeDisabled and desktopSharingFirefoxDisabled will no longer be supported. hace 4 años
JitsiTrackErrors.js cleanup: Get rid of the chrome extension related code for screensharing - Use getDisplayMedia on browsers where it is supported. - desktopSharingChromeDisabled and desktopSharingFirefoxDisabled will no longer be supported. hace 4 años
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) hace 4 años
JitsiTranscriptionStatus.js feat(transcription): Add transcription status hace 7 años
LICENSE initial commit hace 9 años
README.md doc: update README hace 4 años
SECURITY.md Create SECURITY.md hace 4 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 fix(tests): source maps for Karma hace 4 años
package-lock.json e2ee: introduce per-participant randomly generated keys hace 4 años
package.json e2ee: introduce per-participant randomly generated keys hace 4 años
webpack.config.js e2ee: use a separate bundle for the worker hace 4 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

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.