Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
paweldomas acb5ff0ab0 ref(TPCUtils): use getLocalTracks 5 gadus atpakaļ
.github ci: add GH actions for checking the linter 5 gadus atpakaļ
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) 8 gadus atpakaļ
doc Update docs and examples 5 gadus atpakaļ
flow-typed/npm flow-typed 8 gadus atpakaļ
modules ref(TPCUtils): use getLocalTracks 5 gadus atpakaļ
service feat: PerformanceObserverStats initial commit Add a performance stat around long tasks. Chrome supports PerformanceObserver API that lets us register for long tasks event. Any task that takes longer than 50ms is considered a long task. 5 gadus atpakaļ
.editorconfig remove all participants and tracks when leaving the room 9 gadus atpakaļ
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 gadus atpakaļ
.eslintrc.js use the centralized jitsi eslint config (#623) 8 gadus atpakaļ
.flowconfig update RN to 61 6 gadus atpakaļ
.gitattributes added "start muted" 9 gadus atpakaļ
.gitignore build: add integration with webpack-bundle-analyzer 6 gadus atpakaļ
JitsiConference.js ref: Moves xmpp logs to be accessed from connection. (#1284) 5 gadus atpakaļ
JitsiConferenceErrors.js Initial implementation of lobby rooms. (#1138) 5 gadus atpakaļ
JitsiConferenceEventManager.js deps: eslint-config-jitsi@latest 5 gadus atpakaļ
JitsiConferenceEvents.js Fix: Removes unused event. 5 gadus atpakaļ
JitsiConnection.js ref: Moves xmpp logs to be accessed from connection. (#1284) 5 gadus atpakaļ
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) 7 gadus atpakaļ
JitsiConnectionEvents.js Lobby required displayname (#1231) 5 gadus atpakaļ
JitsiMediaDevices.js deps: eslint-config-jitsi@latest 5 gadus atpakaļ
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 gadus atpakaļ
JitsiMeetJS.js feat(prejoin): Expose method to make a precall test 5 gadus atpakaļ
JitsiParticipant.js deps: eslint-config-jitsi@latest 5 gadus atpakaļ
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 8 gadus atpakaļ
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 gadus atpakaļ
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 gadus atpakaļ
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) 5 gadus atpakaļ
JitsiTranscriptionStatus.js feat(transcription): Add transcription status 8 gadus atpakaļ
LICENSE initial commit 9 gadus atpakaļ
README.md doc: update README 5 gadus atpakaļ
SECURITY.md Create SECURITY.md 5 gadus atpakaļ
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) 6 gadus atpakaļ
index.js Prepare for webpack 2 8 gadus atpakaļ
karma.conf.js test: add a test for jingle to sdp conversion (#1151) 5 gadus atpakaļ
package-lock.json deps: run npm audit fix 5 gadus atpakaļ
package.json deps: run npm audit fix 5 gadus atpakaļ
webpack.config.js deps: jitsi/js-utils@1.0.0 5 gadus atpakaļ

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

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.