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 4870efe459 fix(Firefox): Enable simulcast support on Firefox 5 anni fa
.github/ISSUE_TEMPLATE Creates issue templates (#763) 7 anni fa
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) 8 anni fa
doc e2ee: add high-level docs 5 anni fa
flow-typed/npm flow-typed 8 anni fa
modules fix(Firefox): Enable simulcast support on Firefox Get rid of the experimental flag for simulcast support, update js-utils for detecting Edge on Android 5 anni fa
service fix(analytics): delay conference.join event (#1048) 5 anni fa
.editorconfig remove all participants and tracks when leaving the room 9 anni fa
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 anni fa
.eslintrc.js use the centralized jitsi eslint config (#623) 8 anni fa
.flowconfig update RN to 61 6 anni fa
.gitattributes added "start muted" 9 anni fa
.gitignore build: add integration with webpack-bundle-analyzer 6 anni fa
JitsiConference.js Project HPS, first pass 5 anni fa
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure 6 anni fa
JitsiConferenceEventManager.js fix: use consistent log format for TIME prints 5 anni fa
JitsiConferenceEvents.js Noisy microphone detection (#1013) 5 anni fa
JitsiConnection.js feat(conference): add way to check if local participant is hidden 6 anni fa
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) 7 anni fa
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) 7 anni fa
JitsiMediaDevices.js Fix typos around permissions (#883) 6 anni fa
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 anni fa
JitsiMeetJS.js feat(screenSharing): Add system audio screen sharing via audio mixer 5 anni fa
JitsiParticipant.js fix(JitsiParticipant): compare against specific error constant 5 anni fa
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 8 anni fa
JitsiTrackError.js fix(GUM): Don't fail when a track is muted. 6 anni fa
JitsiTrackErrors.js fix(GUM): Don't fail when a track is muted. 6 anni fa
JitsiTrackEvents.js Analytics refactoring (#676) 7 anni fa
JitsiTranscriptionStatus.js feat(transcription): Add transcription status 8 anni fa
LICENSE initial commit 9 anni fa
README.md readme: improve developer documentation 5 anni fa
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) 6 anni fa
index.js Prepare for webpack 2 8 anni fa
karma.conf.js Packet2json refactor (#721) 7 anni fa
package-lock.json fix(Firefox): Enable simulcast support on Firefox Get rid of the experimental flag for simulcast support, update js-utils for detecting Edge on Android 5 anni fa
package.json fix(Firefox): Enable simulcast support on Firefox Get rid of the experimental flag for simulcast support, update js-utils for detecting Edge on Android 5 anni fa
webpack.config.js Project HPS, first pass 5 anni fa

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.