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

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.