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 d2e9b4876b
Create SECURITY.md
преди 5 години
.github ci: add GH actions for checking the linter преди 5 години
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) преди 8 години
doc ref: Drops callStatsConfIDNamespace and uses only confID. преди 5 години
flow-typed/npm flow-typed преди 8 години
modules fix: Make sure we use lower case for the muc component. преди 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) преди 8 години
.flowconfig update RN to 61 преди 6 години
.gitattributes added "start muted" преди 9 години
.gitignore build: add integration with webpack-bundle-analyzer преди 6 години
JitsiConference.js fix(safari): Disable VAD processing on Safari VAD processing causes audio input to fail on mobiles running latest versions of iOS/iPadOS. преди 5 години
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) преди 5 години
JitsiConferenceEventManager.js Initial implementation of lobby rooms. (#1138) преди 5 години
JitsiConferenceEvents.js Initial implementation of lobby rooms. (#1138) преди 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 преди 8 години
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 deps: run npm audit fix преди 5 години
package.json deps: run npm audit fix преди 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.