Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Saúl Ibarra Corretgé 5f8ce7661d ci: add GH actions for checking the linter vor 5 Jahren
.github ci: add GH actions for checking the linter vor 5 Jahren
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) vor 8 Jahren
doc feat(video-quality): control the sender resolution based on video quality settings (#1119) vor 5 Jahren
flow-typed/npm flow-typed vor 8 Jahren
modules feat(video-quality): control the sender resolution based on video quality settings (#1119) vor 5 Jahren
service fix(analytics): delay conference.join event (#1048) vor 5 Jahren
.editorconfig remove all participants and tracks when leaving the room vor 9 Jahren
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 vor 7 Jahren
.eslintrc.js use the centralized jitsi eslint config (#623) vor 8 Jahren
.flowconfig update RN to 61 vor 6 Jahren
.gitattributes added "start muted" vor 9 Jahren
.gitignore build: add integration with webpack-bundle-analyzer vor 6 Jahren
JitsiConference.js feat(video-quality): control the sender resolution based on video quality settings (#1119) vor 5 Jahren
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure vor 6 Jahren
JitsiConferenceEventManager.js fix: use consistent log format for TIME prints vor 5 Jahren
JitsiConferenceEvents.js Noisy microphone detection (#1013) vor 5 Jahren
JitsiConnection.js feat(conference): add way to check if local participant is hidden vor 6 Jahren
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) vor 7 Jahren
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) vor 7 Jahren
JitsiMediaDevices.js Fix typos around permissions (#883) vor 6 Jahren
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 vor 7 Jahren
JitsiMeetJS.js feat(screenSharing): Add system audio screen sharing via audio mixer vor 5 Jahren
JitsiParticipant.js fix(JitsiParticipant): compare against specific error constant vor 5 Jahren
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed vor 8 Jahren
JitsiTrackError.js fix(GUM): Don't fail when a track is muted. vor 6 Jahren
JitsiTrackErrors.js fix(GUM): Don't fail when a track is muted. vor 6 Jahren
JitsiTrackEvents.js Analytics refactoring (#676) vor 7 Jahren
JitsiTranscriptionStatus.js feat(transcription): Add transcription status vor 8 Jahren
LICENSE initial commit vor 9 Jahren
README.md readme: improve developer documentation vor 5 Jahren
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) vor 6 Jahren
index.js Prepare for webpack 2 vor 8 Jahren
karma.conf.js Packet2json refactor (#721) vor 7 Jahren
package-lock.json misc: drop precommit hook vor 5 Jahren
package.json misc: drop precommit hook vor 5 Jahren
webpack.config.js Project HPS, first pass vor 5 Jahren

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.