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.
Jaya Allamsetty 79a88d6434 fix(video-quality): make sure the LD stream is enabled even when requested resolution is lower преди 5 години
.github ci: add GH actions for checking the linter преди 5 години
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) преди 8 години
doc fix: update token doc for tenant details, new prosody (#1316) преди 5 години
flow-typed/npm flow-typed преди 8 години
modules fix(video-quality): make sure the LD stream is enabled even when requested resolution is lower This should fix the case when camera is started with 1080p and LD simulcast stream's resolution is 270p but the requested resolution is 180p. преди 5 години
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. преди 5 години
.editorconfig remove all participants and tracks when leaving the room преди 9 години
.eslintignore e2ee: use a separate bundle for the worker преди 5 години
.eslintrc.js use the centralized jitsi eslint config (#623) преди 8 години
.flowconfig update RN to 61 преди 6 години
.gitattributes added "start muted" преди 10 години
.gitignore build: add integration with webpack-bundle-analyzer преди 6 години
JitsiConference.js e2ee: introduce per-participant randomly generated keys преди 5 години
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) преди 5 години
JitsiConferenceEventManager.js deps: eslint-config-jitsi@latest преди 5 години
JitsiConferenceEvents.js Fix: Removes unused event. преди 5 години
JitsiConnection.js ref: Moves xmpp logs to be accessed from connection. (#1284) преди 5 години
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) преди 8 години
JitsiConnectionEvents.js Lobby required displayname (#1231) преди 5 години
JitsiMediaDevices.js fix(RTCUtils): Cannot read property 'find' of undefined преди 5 години
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 преди 7 години
JitsiMeetJS.js feat(prejoin): Expose method to make a precall test преди 5 години
JitsiParticipant.js deps: eslint-config-jitsi@latest преди 5 години
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed преди 9 години
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. преди 5 години
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. преди 5 години
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) преди 5 години
JitsiTranscriptionStatus.js feat(transcription): Add transcription status преди 8 години
LICENSE initial commit преди 10 години
README.md doc: update README преди 5 години
SECURITY.md Create SECURITY.md преди 5 години
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) преди 6 години
index.js Prepare for webpack 2 преди 8 години
karma.conf.js fix(tests): source maps for Karma преди 5 години
package-lock.json e2ee: introduce per-participant randomly generated keys преди 5 години
package.json e2ee: introduce per-participant randomly generated keys преди 5 години
webpack.config.js e2ee: use a separate bundle for the worker преди 5 години

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.