Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Дамян Минков c6e7b2abcc Merge pull request #331 from jitsi/clean_libs 8 år sedan
connection_optimization ESLint 9 år sedan
doc fix(example): paths of strophe for doc/example 8 år sedan
modules feat(electron): basic Electron SS support 9 år sedan
service feat: add BEFORE_STATISTICS_DISPOSED event 9 år sedan
.editorconfig remove all participants and tracks when leaving the room 9 år sedan
.eslintignore ref(libs): moves the libs directory to doc/example 8 år sedan
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil 9 år sedan
.gitattributes added "start muted" 9 år sedan
.gitignore style(gitignore): Add .sync-config.cson 9 år sedan
.jshintignore ref(libs): moves the libs directory to doc/example 8 år sedan
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil 9 år sedan
JitsiConference.js feat(Analytics): Multiple analytics handlers support 9 år sedan
JitsiConferenceErrors.js Adds not allowed errors and handling it. 9 år sedan
JitsiConferenceEventManager.js feat: add BEFORE_STATISTICS_DISPOSED event 9 år sedan
JitsiConferenceEvents.js feat: add BEFORE_STATISTICS_DISPOSED event 9 år sedan
JitsiConnection.js ref(connection): Remove unused property 8 år sedan
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type 9 år sedan
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos 9 år sedan
JitsiMediaDevices.js ESLint 9 år sedan
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents 9 år sedan
JitsiMeetJS.js feat(JitsiMeetJS): add/remove global log transport methods 9 år sedan
JitsiParticipant.js ref(peer conn status): moves hasRtcMutedVideoTrack 9 år sedan
JitsiRecorderErrors.js Handle jibri errors and busy status 9 år sedan
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance 9 år sedan
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection 9 år sedan
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection 9 år sedan
LICENSE initial commit 9 år sedan
README.md Recompile browserify bundle on file changes (watch mode) 9 år sedan
get-version.sh Updates version only when requested. 9 år sedan
karma.conf.js don't ignore karma.conf.js for linting 9 år sedan
package.json Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil 9 år sedan
webpack.config.js Remove .babelrc to simplify React Native support 9 år sedan

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.