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ů.
Дамян Минков cff370ef63 Merge pull request #330 from jitsi/remove_conferences_map před 8 roky
connection_optimization ESLint před 9 roky
doc feat: add BEFORE_STATISTICS_DISPOSED event před 9 roky
libs Adopts to new JWT impl where the token goes as BOSH URL param. před 9 roky
modules feat(electron): basic Electron SS support před 9 roky
service feat: add BEFORE_STATISTICS_DISPOSED event před 9 roky
.editorconfig remove all participants and tracks when leaving the room před 9 roky
.eslintignore ESLint před 9 roky
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil před 9 roky
.gitattributes added "start muted" před 9 roky
.gitignore style(gitignore): Add .sync-config.cson před 9 roky
.jshintignore don't ignore karma.conf.js for linting před 9 roky
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil před 9 roky
JitsiConference.js feat(Analytics): Multiple analytics handlers support před 9 roky
JitsiConferenceErrors.js Adds not allowed errors and handling it. před 9 roky
JitsiConferenceEventManager.js feat: add BEFORE_STATISTICS_DISPOSED event před 9 roky
JitsiConferenceEvents.js feat: add BEFORE_STATISTICS_DISPOSED event před 9 roky
JitsiConnection.js ref(connection): Remove unused property před 8 roky
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type před 9 roky
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos před 9 roky
JitsiMediaDevices.js ESLint před 9 roky
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents před 9 roky
JitsiMeetJS.js feat(JitsiMeetJS): add/remove global log transport methods před 9 roky
JitsiParticipant.js ref(peer conn status): moves hasRtcMutedVideoTrack před 9 roky
JitsiRecorderErrors.js Handle jibri errors and busy status před 9 roky
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance před 9 roky
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection před 9 roky
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection před 9 roky
LICENSE initial commit před 9 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 9 roky
karma.conf.js don't ignore karma.conf.js for linting před 9 roky
package.json Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil před 9 roky
webpack.config.js Remove .babelrc to simplify React Native support 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.