modified lib-jitsi-meet dev repo
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 fa916d41ed fix(BridgeChannel): re-send constraints and videoType message after every re-connect. преди 3 години
.github fix: Adds missing checks for clean repo. преди 4 години
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) преди 8 години
doc feat(xmpp) remove clientNode config option преди 4 години
modules fix(BridgeChannel): re-send constraints and videoType message after every re-connect. This fixes an issue where the receiver constraints and video type messages are sent on the bridge channel only the first time the ws conn gets re-established. преди 3 години
service fix(multi-stream) Handle source-name based presence updates. Handle presence updates for multiple sources per remote endpoint. преди 3 години
types fix(BridgeChannel): re-send constraints and videoType message after every re-connect. This fixes an issue where the receiver constraints and video type messages are sent on the bridge channel only the first time the ws conn gets re-established. преди 3 години
.editorconfig remove all participants and tracks when leaving the room преди 10 години
.eslintignore feat(ts) add auto-generated type declarations преди 4 години
.eslintrc.js chore(deps) update Babel and ESLint to the latest versions преди 4 години
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum преди 4 години
.gitignore feat(build) don't build library on postinstall преди 4 години
JitsiConference.js fix: p2p reject reason (#1840) преди 3 години
JitsiConferenceErrors.spec.ts fix(ts) clean-up TS tests where conversion is complete преди 4 години
JitsiConferenceErrors.ts feat(ts) TypeScript enum for JitsiConferenceErrors преди 4 години
JitsiConferenceEventManager.js typescript conversion of service/RTC/VideoType to named export преди 3 години
JitsiConferenceEvents.spec.ts ref(face-expressions) refactor face landmarks namings (#1977) преди 3 години
JitsiConferenceEvents.ts ref(face-expressions) refactor face landmarks namings (#1977) преди 3 години
JitsiConnection.js feat: Skips using disco-info for features. (#1450) преди 5 години
JitsiConnectionErrors.spec.ts fix(ts) clean-up TS tests where conversion is complete преди 4 години
JitsiConnectionErrors.ts feat(ts) TypeScript enum for JitsiConnectionErrors преди 4 години
JitsiConnectionEvents.spec.ts fix(ts) clean-up TS tests where conversion is complete преди 4 години
JitsiConnectionEvents.ts feat(ts) TypeScript enum for JitsiConnectionEvents преди 4 години
JitsiMediaDevices.js feat(ts) convert MediaType and its usages преди 4 години
JitsiMediaDevicesEvents.spec.ts fix(ts) clean-up TS tests where conversion is complete преди 4 години
JitsiMediaDevicesEvents.ts feat(ts) TypeScript enum for JitsiMediaDevicesEvents преди 4 години
JitsiMeetJS.js fix(multi-stream) Check if the flags config options is defined. преди 3 години
JitsiParticipant.js fix: Set affiliation. (#1966) преди 3 години
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed преди 9 години
JitsiTrackError.js chore(lint) tame the new linter преди 4 години
JitsiTrackErrors.spec.ts fix(ts) clean-up TS tests where conversion is complete преди 4 години
JitsiTrackErrors.ts ref(ts) format JitsiTrackErrors преди 4 години
JitsiTrackEvents.spec.ts typescript implementation of JitsiTrackEvents преди 3 години
JitsiTrackEvents.ts typescript implementation of JitsiTrackEvents преди 3 години
JitsiTranscriptionStatus.spec.ts fix(ts) clean-up TS tests where conversion is complete преди 4 години
JitsiTranscriptionStatus.ts feat(ts) TypeScript enum for JitsiTranscriptionStatus преди 4 години
LICENSE initial commit преди 10 години
README.md fix(doc) update building преди 4 години
SECURITY.md Create SECURITY.md преди 5 години
TypeScript.md feat(doc) add plan for the TypeScript conversion process преди 4 години
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) преди 6 години
index.js Prepare for webpack 2 преди 8 години
karma.conf.js feat(test) add tests to monitor regressions in the TypeScript conversion преди 4 години
package-lock.json chore(deps): bump minimist from 1.2.5 to 1.2.6 преди 3 години
package.json fix(SDP) Always modify the streamId part of msid when source-name signaling enabled. Do this even if the browser provides a non '-' string for streamId since we rely on this to generate the source name. преди 3 години
tsconfig.json feat(test) add tests to monitor regressions in the TypeScript conversion преди 4 години
webpack-shared-config.js chore(build) remove unneeded code преди 3 години
webpack.config.js feat(ts) introduce TypeScript преди 4 години

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 >= 7

To build the library, just type:

npm install
npm run build

To lint:

npm run lint

and to run unit tests:

npm test

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

npm run build

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