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.
bgrozev d2e9b4876b
Create SECURITY.md
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 ref: Drops callStatsConfIDNamespace and uses only confID. vor 5 Jahren
flow-typed/npm flow-typed vor 8 Jahren
modules fix: Make sure we use lower case for the muc component. vor 5 Jahren
service Initial implementation of lobby rooms. (#1138) 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 fix(safari): Disable VAD processing on Safari VAD processing causes audio input to fail on mobiles running latest versions of iOS/iPadOS. vor 5 Jahren
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) vor 5 Jahren
JitsiConferenceEventManager.js Initial implementation of lobby rooms. (#1138) vor 5 Jahren
JitsiConferenceEvents.js Initial implementation of lobby rooms. (#1138) 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(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. vor 5 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
SECURITY.md Create SECURITY.md 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 test: add a test for jingle to sdp conversion (#1151) vor 5 Jahren
package-lock.json deps: run npm audit fix vor 5 Jahren
package.json deps: run npm audit fix 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.