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
hace 5 años
.github ci: add GH actions for checking the linter hace 5 años
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) hace 8 años
doc ref: Drops callStatsConfIDNamespace and uses only confID. hace 5 años
flow-typed/npm flow-typed hace 8 años
modules fix: Make sure we use lower case for the muc component. hace 5 años
service Initial implementation of lobby rooms. (#1138) 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 fix(safari): Disable VAD processing on Safari VAD processing causes audio input to fail on mobiles running latest versions of iOS/iPadOS. hace 5 años
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) hace 5 años
JitsiConferenceEventManager.js Initial implementation of lobby rooms. (#1138) hace 5 años
JitsiConferenceEvents.js Initial implementation of lobby rooms. (#1138) 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(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. hace 5 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
SECURITY.md Create SECURITY.md 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 test: add a test for jingle to sdp conversion (#1151) hace 5 años
package-lock.json deps: run npm audit fix hace 5 años
package.json deps: run npm audit fix 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.