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.
Hristo Terezov e557b2107c fix(karma): After adding 2nd webpack configuration hace 5 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: use CTR instead of GCM hace 5 años
flow-typed/npm flow-typed hace 8 años
modules feat(video-quality): Add a log message for max. height message received from JVB hace 5 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 5 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 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 9 años
.gitignore build: add integration with webpack-bundle-analyzer hace 6 años
JitsiConference.js fix(callstats): Go back to enabling callstats on % of users rather than conferences hace 5 años
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) hace 5 años
JitsiConferenceEventManager.js deps: eslint-config-jitsi@latest hace 5 años
JitsiConferenceEvents.js Fix: Removes unused event. hace 5 años
JitsiConnection.js ref: Moves xmpp logs to be accessed from connection. (#1284) hace 5 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): Cannot read property 'find' of undefined hace 5 años
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 hace 7 años
JitsiMeetJS.js feat(prejoin): Expose method to make a precall test hace 5 años
JitsiParticipant.js deps: eslint-config-jitsi@latest 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 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 5 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 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 9 años
README.md doc: update README 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(karma): After adding 2nd webpack configuration hace 5 años
package-lock.json e2ee: introduce per-participant randomly generated keys hace 5 años
package.json e2ee: introduce per-participant randomly generated keys hace 5 años
webpack-shared-config.js fix(karma): After adding 2nd webpack configuration hace 5 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

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.