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.
Дамян Минков 8f9bd254bb
Lobby required displayname (#1231)
пре 5 година
.github ci: add GH actions for checking the linter пре 5 година
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) пре 8 година
doc Update docs and examples пре 5 година
flow-typed/npm flow-typed пре 8 година
modules Lobby required displayname (#1231) пре 5 година
service ref: Handles video constraints from the bridge. (#1227) пре 5 година
.editorconfig remove all participants and tracks when leaving the room пре 9 година
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 пре 7 година
.eslintrc.js use the centralized jitsi eslint config (#623) пре 8 година
.flowconfig update RN to 61 пре 6 година
.gitattributes added "start muted" пре 9 година
.gitignore build: add integration with webpack-bundle-analyzer пре 6 година
JitsiConference.js ref/feat: add QualityController (#1223) пре 5 година
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) пре 5 година
JitsiConferenceEventManager.js Initial implementation of lobby rooms. (#1138) пре 5 година
JitsiConferenceEvents.js ref/feat: add QualityController (#1223) пре 5 година
JitsiConnection.js feat(conference): add way to check if local participant is hidden пре 6 година
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) пре 7 година
JitsiConnectionEvents.js Lobby required displayname (#1231) пре 5 година
JitsiMediaDevices.js fix(safari): Use standard audio constraints on non-chromium browsers Standard audio constraints need to be passed to gUM for audio input device selection to work properly on Safari. Safari doesn't support permissions query, add a workaround for that. пре 5 година
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 пре 7 година
JitsiMeetJS.js Update docs and examples пре 5 година
JitsiParticipant.js fix(JitsiParticipant): compare against specific error constant пре 5 година
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed пре 8 година
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. пре 5 година
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. пре 5 година
JitsiTrackEvents.js Analytics refactoring (#676) пре 7 година
JitsiTranscriptionStatus.js feat(transcription): Add transcription status пре 8 година
LICENSE initial commit пре 9 година
README.md readme: improve developer documentation пре 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 test: add a test for jingle to sdp conversion (#1151) пре 5 година
package-lock.json chore(deps): Update sdp-interop https://github.com/jitsi/sdp-interop/commit/7a63ac1bfae8f1440bc2b043162186a208cbedda пре 5 година
package.json chore(deps): Update sdp-interop https://github.com/jitsi/sdp-interop/commit/7a63ac1bfae8f1440bc2b043162186a208cbedda пре 5 година
webpack.config.js Project HPS, first pass пре 5 година

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

To build the library, just type:

npm install

To lint:

npm run lint

and to run unit tests:

npm test

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