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 79a88d6434 fix(video-quality): make sure the LD stream is enabled even when requested resolution is lower 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 fix: update token doc for tenant details, new prosody (#1316) vor 5 Jahren
flow-typed/npm flow-typed vor 8 Jahren
modules fix(video-quality): make sure the LD stream is enabled even when requested resolution is lower This should fix the case when camera is started with 1080p and LD simulcast stream's resolution is 270p but the requested resolution is 180p. vor 5 Jahren
service ref(sdp): Add a more generic option for codec preference Use 'preferredCodec' and 'disabledCodec' under videoQuality config.js settings for setting codec preferences. Do not prefer VP9 on Firefox because of https://bugzilla.mozilla.org/show_bug.cgi?id=1633876. vor 5 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 10 Jahren
.gitignore build: add integration with webpack-bundle-analyzer vor 6 Jahren
JitsiConference.js e2ee: introduce per-participant randomly generated keys vor 5 Jahren
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) vor 5 Jahren
JitsiConferenceEventManager.js deps: eslint-config-jitsi@latest vor 5 Jahren
JitsiConferenceEvents.js Fix: Removes unused event. vor 5 Jahren
JitsiConnection.js ref: Moves xmpp logs to be accessed from connection. (#1284) vor 5 Jahren
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) vor 8 Jahren
JitsiConnectionEvents.js Lobby required displayname (#1231) vor 5 Jahren
JitsiMediaDevices.js fix(RTCUtils): Cannot read property 'find' of undefined vor 5 Jahren
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 vor 7 Jahren
JitsiMeetJS.js feat(prejoin): Expose method to make a precall test vor 5 Jahren
JitsiParticipant.js deps: eslint-config-jitsi@latest vor 5 Jahren
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed vor 9 Jahren
JitsiTrackError.js cleanup: Get rid of the chrome extension related code for screensharing - Use getDisplayMedia on browsers where it is supported. - desktopSharingChromeDisabled and desktopSharingFirefoxDisabled will no longer be supported. vor 5 Jahren
JitsiTrackErrors.js cleanup: Get rid of the chrome extension related code for screensharing - Use getDisplayMedia on browsers where it is supported. - desktopSharingChromeDisabled and desktopSharingFirefoxDisabled will no longer be supported. vor 5 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 10 Jahren
README.md doc: update README 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(tests): source maps for Karma vor 5 Jahren
package-lock.json e2ee: introduce per-participant randomly generated keys vor 5 Jahren
package.json e2ee: introduce per-participant randomly generated keys vor 5 Jahren
webpack.config.js e2ee: use a separate bundle for the worker 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

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.