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.
Kusi Musah Hussein a94c65a12f feat(lobby): lobby chat messaging vor 3 Jahren
.github fix(ci) use Node 16 vor 3 Jahren
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) vor 8 Jahren
doc feat(xmpp) remove clientNode config option vor 4 Jahren
modules feat(lobby): lobby chat messaging vor 3 Jahren
service Fire settings error event vor 3 Jahren
types feat(multi-stream-support) Handle SDP munging for multiple local/remote streams per ep. (#1868) vor 3 Jahren
.editorconfig remove all participants and tracks when leaving the room vor 9 Jahren
.eslintignore feat(ts) add auto-generated type declarations vor 3 Jahren
.eslintrc.js chore(deps) update Babel and ESLint to the latest versions vor 3 Jahren
.gitattributes added "start muted" vor 9 Jahren
.gitignore feat(build) don't build library on postinstall vor 3 Jahren
JitsiConference.js feat(lobby): lobby chat messaging vor 3 Jahren
JitsiConferenceErrors.js Fire settings error event vor 3 Jahren
JitsiConferenceEventManager.js ref(RTC) fix format and alpha sort the functions in JitsiLocalTrack.js. vor 3 Jahren
JitsiConferenceEvents.js feat(JingleSessionPC) Handle source-add rejects by Jicofo. vor 3 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(RTCUtils) Return false for device change checks on mobile Safari. vor 4 Jahren
JitsiMediaDevicesEvents.js fix(gum) update permissions prompt detection vor 4 Jahren
JitsiMeetJS.js feat: Adjust setReceiverConstraints to use new format (#1813) vor 3 Jahren
JitsiParticipant.js fix(docs): copy&paste error for setIsReplaced vor 4 Jahren
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed vor 8 Jahren
JitsiTrackError.js chore(lint) tame the new linter vor 3 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 feat(build) migrate to webpack 5 vor 4 Jahren
package-lock.json feat(multi-stream-support) Handle SDP munging for multiple local/remote streams per ep. (#1868) vor 3 Jahren
package.json feat(multi-stream-support) Handle SDP munging for multiple local/remote streams per ep. (#1868) vor 3 Jahren
tsconfig.json feat(multi-stream-support) Handle SDP munging for multiple local/remote streams per ep. (#1868) vor 3 Jahren
webpack-shared-config.js feat(multi-stream-support) Handle SDP munging for multiple local/remote streams per ep. (#1868) vor 3 Jahren
webpack.config.js feat(ts) introduce TypeScript vor 3 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.