You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jaya Allamsetty ed43a6953d fix(TPC): Fix error handling for getStats. преди 4 години
.github ci: add GH actions for checking the linter преди 5 години
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) преди 8 години
doc fix(e2ee) update docs after dropping signatures преди 4 години
flow-typed/npm flow-typed преди 8 години
modules fix(TPC): Fix error handling for getStats. преди 4 години
service Implement review changes 2 преди 4 години
.editorconfig remove all participants and tracks when leaving the room преди 9 години
.eslintignore e2ee: use a separate bundle for the worker преди 5 години
.eslintrc.js use the centralized jitsi eslint config (#623) преди 8 години
.flowconfig update RN to 61 преди 6 години
.gitattributes added "start muted" преди 9 години
.gitignore feat(twa) add TWA check function преди 5 години
JitsiConference.js Update presence and skip default values (#1536) преди 4 години
JitsiConferenceErrors.js fix(ice-restart): Force client reloads when call is migrated. преди 4 години
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. преди 4 години
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. преди 4 години
JitsiConnection.js feat: Skips using disco-info for features. (#1450) преди 4 години
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) преди 7 години
JitsiConnectionEvents.js Lobby required displayname (#1231) преди 5 години
JitsiMediaDevices.js fix(GUM-permissions): cache permissions on init. преди 4 години
JitsiMediaDevicesEvents.js fix(gum) update permissions prompt detection преди 4 години
JitsiMeetJS.js fix(gum) update permissions prompt detection преди 4 години
JitsiParticipant.js fix: Drop caps handling (#1495) преди 4 години
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed преди 8 години
JitsiTrackError.js feat(GUM): timeout. преди 4 години
JitsiTrackErrors.js feat(GUM): timeout. преди 4 години
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) преди 5 години
JitsiTranscriptionStatus.js feat(transcription): Add transcription status преди 8 години
LICENSE initial commit преди 9 години
README.md Add missing options to docs and improve naming (#1354) преди 5 години
SECURITY.md Create SECURITY.md преди 5 години
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) преди 6 години
index.js Prepare for webpack 2 преди 8 години
karma.conf.js fix(example) simplify преди 4 години
package-lock.json fix(deps) update webrtc-adapter to v7.7.1 преди 4 години
package.json fix(deps) update webrtc-adapter to v7.7.1 преди 4 години
webpack-shared-config.js feat: Adds a method that finds the SSRC of a JitsiTrack (#1338) преди 5 години
webpack.config.js fix(karma): After adding 2nd webpack configuration преди 5 години

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.