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.
Paweł Domas fb494bbd75
ref/feat: add QualityController (#1223)
5 년 전
.github ci: add GH actions for checking the linter 5 년 전
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) 8 년 전
doc doc: add the missing description of the email field 5 년 전
flow-typed/npm flow-typed 7 년 전
modules ref/feat: add QualityController (#1223) 5 년 전
service Initial implementation of lobby rooms. (#1138) 5 년 전
.editorconfig remove all participants and tracks when leaving the room 9 년 전
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 년 전
.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 ref/feat: add QualityController (#1223) 5 년 전
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) 5 년 전
JitsiConferenceEventManager.js Initial implementation of lobby rooms. (#1138) 5 년 전
JitsiConferenceEvents.js ref/feat: add QualityController (#1223) 5 년 전
JitsiConnection.js feat(conference): add way to check if local participant is hidden 6 년 전
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) 7 년 전
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) 7 년 전
JitsiMediaDevices.js fix(safari): Use standard audio constraints on non-chromium browsers Standard audio constraints need to be passed to gUM for audio input device selection to work properly on Safari. Safari doesn't support permissions query, add a workaround for that. 5 년 전
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 년 전
JitsiMeetJS.js feat(screenSharing): Add system audio screen sharing via audio mixer 5 년 전
JitsiParticipant.js fix(JitsiParticipant): compare against specific error constant 5 년 전
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 8 년 전
JitsiTrackError.js fix(GUM): Don't fail when a track is muted. 6 년 전
JitsiTrackErrors.js fix(GUM): Don't fail when a track is muted. 6 년 전
JitsiTrackEvents.js Analytics refactoring (#676) 7 년 전
JitsiTranscriptionStatus.js feat(transcription): Add transcription status 7 년 전
LICENSE initial commit 9 년 전
README.md readme: improve developer documentation 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 test: add a test for jingle to sdp conversion (#1151) 5 년 전
package-lock.json chore(deps): Update sdp-interop https://github.com/jitsi/sdp-interop/commit/7a63ac1bfae8f1440bc2b043162186a208cbedda 5 년 전
package.json chore(deps): Update sdp-interop https://github.com/jitsi/sdp-interop/commit/7a63ac1bfae8f1440bc2b043162186a208cbedda 5 년 전
webpack.config.js Project HPS, first pass 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

To build the library, just type:

npm install

To lint:

npm run lint

and to run unit tests:

npm test

Both linting and units will also be done by a pre-commit hook.