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ů.
paweldomas 0265674f1b feat(stats): send 'session_terminate' application log před 9 roky
connection_optimization Adds cross region info to jitsiRegionInfo. před 9 roky
doc Added TRACK_NO_STREAM_FOUND JitsiTrackError type před 9 roky
libs Adopts to new JWT impl where the token goes as BOSH URL param. před 10 roky
modules fix(statistics): create new CallStats instance after it was stopped před 9 roky
service feat(XMPPEvents): add CALL_ENDED event před 9 roky
.editorconfig remove all participants and tracks when leaving the room před 10 roky
.gitattributes added "start muted" před 10 roky
.gitignore Add events for lock icon update před 9 roky
.jshintignore Remove unused connectionquality module před 9 roky
.jshintrc Delete latedef repetition před 9 roky
JitsiConference.js feat(stats): send 'session_terminate' application log před 9 roky
JitsiConferenceErrors.js Implements JitsiConnection.reload. Minor fixes related to JitsiConference.reload. před 9 roky
JitsiConferenceEventManager.js feat(XMPPEvents): add CALL_ENDED event před 9 roky
JitsiConferenceEvents.js Add events for lock icon update před 9 roky
JitsiConnection.js Adds optional label to analytics handler. před 9 roky
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 10 roky
JitsiConnectionEvents.js Add/expand jsdocs před 9 roky
JitsiMediaDevices.js Make 'isDeviceListAvailable' a Promise před 9 roky
JitsiMediaDevicesEvents.js Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks před 9 roky
JitsiMeetJS.js Updates statistics when device is not found. před 9 roky
JitsiParticipant.js Adds a set of properties to JitsiParticipant, which can be updated před 9 roky
JitsiRecorderErrors.js Handle jibri errors and busy status před 9 roky
JitsiTrackError.js Adds error name for missing devices. před 9 roky
JitsiTrackErrors.js Added TRACK_NO_STREAM_FOUND JitsiTrackError type před 9 roky
JitsiTrackEvents.js Implement audio problem detection před 9 roky
LICENSE initial commit před 10 roky
README.md Recompile browserify bundle on file changes (watch mode) před 9 roky
get-version.sh Updates version only when requested. před 10 roky
package.json Loads analytics js dynamically by searching for it next to the library or by using a custom script url option passed to the library on initialisation. před 9 roky

README.md

Jitsi Meet API

You can use Jitsi Meet API to create Jitsi Meet video conferences with custom GUI.

Installation

Checkout the examples.

Building the sources

Jitsi Meet uses Browserify. If you want to make changes in the code you need to install Browserify. Browserify requires nodejs.

On Debian/Ubuntu systems, the required packages can be installed with:

sudo apt-get install npm nodejs

To build the Lib Jitsi Meet, just type

npm install

For development, use watch to recompile your browserify bundle on file changes:

npm run watch

Discuss

Please use the Jitsi dev mailing list to discuss feature requests before opening an issue on Github.