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ů.
hristoterezov 6f5bcf70b3 Merge pull request #168 from jitsi/jwt-login-service-2 před 9 roky
connection_optimization Updates sending region stats, remove unused variable and uses on array variable holding data. před 9 roky
doc Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError před 9 roky
libs Adopts to new JWT impl where the token goes as BOSH URL param. před 10 roky
modules Merge pull request #168 from jitsi/jwt-login-service-2 před 9 roky
service Logs the ICE ufrags to callstats. 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 Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library. před 10 roky
.jshintignore Remove unused connectionquality module před 9 roky
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 10 roky
JitsiConference.js Exposes logging an "application log" to callstats. před 9 roky
JitsiConferenceErrors.js Fixes errors after review před 9 roky
JitsiConferenceEvents.js Adds a set of properties to JitsiParticipant, which can be updated via presence (via special items with a tag name beginning with "jitsi_participant_). An events is fired when the value of a property changes. před 9 roky
JitsiConnection.js Refactor callstats removing improve static calls to Statistics. 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 Do not send event to callstats when no audiooutput devices are available. Fix non-ASCII letter in Statistics.sendActiveDeviceListEvent() method 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 Add utility method for constructing JWT login service URL před 9 roky
JitsiParticipant.js Adds a set of properties to JitsiParticipant, which can be updated via presence (via special items with a tag name beginning with "jitsi_participant_). An events is fired when the value of a property changes. před 9 roky
JitsiRecorderErrors.js Handle jibri errors and busy status před 9 roky
JitsiTrackError.js Report DOMException when audio output device change fails as gUM error to callstats před 9 roky
JitsiTrackErrors.js Handle cases when new media devices are added/removed more precisely and more predictable před 9 roky
JitsiTrackEvents.js Added ability to switch audio output device 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 Make sure the browserify script returns failure unless output was produced. The pipe to exorcist hides failures from the browserify itself. 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.