modified lib-jitsi-meet dev repo
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Jaya Allamsetty ad1f06d768 fix(RTCUtils) Return false for device change checks on mobile Safari. před 4 roky
.github ci: add GH actions for checking the linter před 5 roky
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) před 8 roky
doc feat(xmpp) remove clientNode config option před 4 roky
flow-typed/npm flow-typed před 8 roky
modules fix(RTCUtils) Return false for device change checks on mobile Safari. před 4 roky
service feat(BridgeChannel): Signal a new videoType for high fps screenshare. This lets the bridge adjust the bitrate allocation for this source so that layers with higher fps are prioritized over layers with higher resolution. As a result, endpoints with restricted downlink will receive a high fps low resolution share as opposed to a high resolution low fps screenshare. před 4 roky
.editorconfig remove all participants and tracks when leaving the room před 9 roky
.eslintignore e2ee: use a separate bundle for the worker před 5 roky
.eslintrc.js use the centralized jitsi eslint config (#623) před 8 roky
.flowconfig update RN to 61 před 6 roky
.gitattributes added "start muted" před 10 roky
.gitignore feat(twa) add TWA check function před 5 roky
JitsiConference.js fix(JitsiConference) avoid extra processing if the room was left před 4 roky
JitsiConferenceErrors.js fix(ice-restart): Force client reloads when call is migrated. před 4 roky
JitsiConferenceEventManager.js feat(non-participant-messages) Add a new JitiConferenceEvent for messages ignored by ENDPOINT_MESSAGE_RECEIVED před 4 roky
JitsiConferenceEvents.js feat(non-participant-messages) Add a new JitiConferenceEvent for messages ignored by ENDPOINT_MESSAGE_RECEIVED před 4 roky
JitsiConnection.js feat: Skips using disco-info for features. (#1450) před 5 roky
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) před 8 roky
JitsiConnectionEvents.js Lobby required displayname (#1231) před 5 roky
JitsiMediaDevices.js fix(RTCUtils) Return false for device change checks on mobile Safari. před 4 roky
JitsiMediaDevicesEvents.js fix(gum) update permissions prompt detection před 4 roky
JitsiMeetJS.js fix(RTC) drop the "old gUM" flow před 4 roky
JitsiParticipant.js fix(docs): copy&paste error for setIsReplaced před 4 roky
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed před 9 roky
JitsiTrackError.js feat(GUM): timeout. před 4 roky
JitsiTrackErrors.js feat(GUM): timeout. před 4 roky
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) před 5 roky
JitsiTranscriptionStatus.js feat(transcription): Add transcription status před 8 roky
LICENSE initial commit před 10 roky
README.md Add missing options to docs and improve naming (#1354) před 5 roky
SECURITY.md Create SECURITY.md před 5 roky
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) před 6 roky
index.js Prepare for webpack 2 před 8 roky
karma.conf.js fix(example) simplify před 4 roky
package-lock.json deps: update sdp-interop. (#1700) před 4 roky
package.json deps: update sdp-interop. (#1700) před 4 roky
webpack-shared-config.js fix(ReceiverVideoController): Cache the new receiver constraints. před 4 roky
webpack.config.js fix(karma): After adding 2nd webpack configuration před 5 roky

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.