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.
bgrozev d5be7ad2d7
ref: Remove pinEndpoint. (#1440)
преди 4 години
.github ci: add GH actions for checking the linter преди 5 години
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) преди 8 години
doc feat: expose MEETING_ID_SET event (#1484) преди 4 години
flow-typed/npm flow-typed преди 8 години
modules ref: Remove pinEndpoint. (#1440) преди 4 години
service fix(ice-restart): Force client reloads when call is migrated. преди 4 години
.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" преди 9 години
.gitignore feat(twa) add TWA check function преди 5 години
JitsiConference.js ref: Remove pinEndpoint. (#1440) преди 4 години
JitsiConferenceErrors.js fix(ice-restart): Force client reloads when call is migrated. преди 4 години
JitsiConferenceEventManager.js feat: expose MEETING_ID_SET event (#1484) преди 4 години
JitsiConferenceEvents.js feat: expose MEETING_ID_SET event (#1484) преди 4 години
JitsiConnection.js feat: Skips using disco-info for features. (#1450) преди 4 години
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) преди 7 години
JitsiConnectionEvents.js Lobby required displayname (#1231) преди 5 години
JitsiMediaDevices.js feat(BrowserCapabilities) drop supportsVideo преди 4 години
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 преди 7 години
JitsiMeetJS.js feat(external-storage): Support. преди 5 години
JitsiParticipant.js feat: Skips using disco-info for features. (#1450) преди 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. преди 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 преди 9 години
README.md Add missing options to docs and improve naming (#1354) преди 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(karma): After adding 2nd webpack configuration преди 5 години
package-lock.json build(deps): bump ini from 1.3.5 to 1.3.7 преди 4 години
package.json fix(deps) update logger to 1.0.0 преди 4 години
webpack-shared-config.js feat: Adds a method that finds the SSRC of a JitsiTrack (#1338) преди 5 години
webpack.config.js fix(karma): After adding 2nd webpack configuration преди 5 години

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.