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.
Jaya Allamsetty ed43a6953d fix(TPC): Fix error handling for getStats. vor 4 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 fix(e2ee) update docs after dropping signatures vor 4 Jahren
flow-typed/npm flow-typed vor 8 Jahren
modules fix(TPC): Fix error handling for getStats. vor 4 Jahren
service Implement review changes 2 vor 4 Jahren
.editorconfig remove all participants and tracks when leaving the room vor 9 Jahren
.eslintignore e2ee: use a separate bundle for the worker vor 5 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 feat(twa) add TWA check function vor 5 Jahren
JitsiConference.js Update presence and skip default values (#1536) vor 4 Jahren
JitsiConferenceErrors.js fix(ice-restart): Force client reloads when call is migrated. vor 4 Jahren
JitsiConferenceEventManager.js feat(stats): Add a new bridge message "EndpointStats" for stats. Use the new Colibri message "EndpointStats" for broadcasting the local stats. The bridge then will be able to filter the endpoint stats and send them only to the interested parties instead of broadcasting it to all the endpoints in the call. vor 4 Jahren
JitsiConferenceEvents.js feat(stats): Add a new bridge message "EndpointStats" for stats. Use the new Colibri message "EndpointStats" for broadcasting the local stats. The bridge then will be able to filter the endpoint stats and send them only to the interested parties instead of broadcasting it to all the endpoints in the call. vor 4 Jahren
JitsiConnection.js feat: Skips using disco-info for features. (#1450) vor 4 Jahren
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) vor 7 Jahren
JitsiConnectionEvents.js Lobby required displayname (#1231) vor 5 Jahren
JitsiMediaDevices.js fix(GUM-permissions): cache permissions on init. vor 4 Jahren
JitsiMediaDevicesEvents.js fix(gum) update permissions prompt detection vor 4 Jahren
JitsiMeetJS.js fix(gum) update permissions prompt detection vor 4 Jahren
JitsiParticipant.js fix: Drop caps handling (#1495) vor 4 Jahren
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed vor 8 Jahren
JitsiTrackError.js feat(GUM): timeout. vor 4 Jahren
JitsiTrackErrors.js feat(GUM): timeout. vor 4 Jahren
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) vor 5 Jahren
JitsiTranscriptionStatus.js feat(transcription): Add transcription status vor 8 Jahren
LICENSE initial commit vor 9 Jahren
README.md Add missing options to docs and improve naming (#1354) 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 fix(example) simplify vor 4 Jahren
package-lock.json fix(deps) update webrtc-adapter to v7.7.1 vor 4 Jahren
package.json fix(deps) update webrtc-adapter to v7.7.1 vor 4 Jahren
webpack-shared-config.js feat: Adds a method that finds the SSRC of a JitsiTrack (#1338) vor 5 Jahren
webpack.config.js fix(karma): After adding 2nd webpack configuration 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

Building the sources

NOTE: you need Node.js >= 12 and npm >= 6

To build the library, just type:

npm install

To lint:

npm run lint

and to run unit tests:

npm test

if you need to rebuild lib-jitsi-meet.min.js

npm run postinstall

Both linting and units will also be done by a pre-commit hook.