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 e2a0ac5b2f auto commit преди 4 години
.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) преди 4 години
flow-typed/npm flow-typed преди 7 години
modules ljm5x 3 преди 4 години
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. преди 4 години
.editorconfig remove all participants and tracks when leaving the room преди 9 години
.eslintignore e2ee: use a separate bundle for the worker преди 4 години
.eslintrc.js use the centralized jitsi eslint config (#623) преди 7 години
.flowconfig update RN to 61 преди 5 години
.gitattributes added "start muted" преди 9 години
.gitignore build: add integration with webpack-bundle-analyzer преди 5 години
JitsiConference.js feat(stats): Add the ability to enable callStats only on a certain % of conferences преди 4 години
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) преди 4 години
JitsiConferenceEventManager.js deps: eslint-config-jitsi@latest преди 4 години
JitsiConferenceEvents.js Fix: Removes unused event. преди 4 години
JitsiConnection.js ref: Moves xmpp logs to be accessed from connection. (#1284) преди 4 години
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) преди 7 години
JitsiConnectionEvents.js Lobby required displayname (#1231) преди 4 години
JitsiMediaDevices.js fix(RTCUtils): Cannot read property 'find' of undefined преди 4 години
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 преди 6 години
JitsiMeetJS.js auto commit преди 4 години
JitsiParticipant.js deps: eslint-config-jitsi@latest преди 4 години
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed преди 8 години
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. преди 4 години
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. преди 4 години
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) преди 4 години
JitsiTranscriptionStatus.js feat(transcription): Add transcription status преди 7 години
LICENSE initial commit преди 9 години
README.md doc: update README преди 4 години
SECURITY.md Create SECURITY.md преди 4 години
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) преди 5 години
index.js Prepare for webpack 2 преди 8 години
karma.conf.js fix(tests): source maps for Karma преди 4 години
package-lock.json e2ee: introduce per-participant randomly generated keys преди 4 години
package.json e2ee: introduce per-participant randomly generated keys преди 4 години
webpack.config.js e2ee: use a separate bundle for the worker преди 4 години

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.