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.
Saúl Ibarra Corretgé 079f95974b cleanup: Make desktop sharing options consistent and drop deprecated ones 8 år sedan
connection_optimization ESLint 9 år sedan
doc cleanup: Make desktop sharing options consistent and drop deprecated ones 8 år sedan
modules cleanup: Make desktop sharing options consistent and drop deprecated ones 8 år sedan
service fix(caps): add event to notify when caps version for a user is changed 8 å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 8 å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 8 år sedan
JitsiConference.js Sdp overhaul (#338) 8 år sedan
JitsiConferenceErrors.js Adds not allowed errors and handling it. 9 år sedan
JitsiConferenceEventManager.js fix(caps): add event to notify when caps version for a user is changed 8 år sedan
JitsiConferenceEvents.js fix(caps): add event to notify when caps version for a user is changed 8 år sedan
JitsiConnection.js feat(caps): Implement XEP-0115 8 år sedan
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type 8 år sedan
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos 9 år sedan
JitsiMediaDevices.js ref(Listenable): some classes to use Listenable 8 år sedan
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents 9 år sedan
JitsiMeetJS.js ref(Listenable): some classes to use Listenable 8 år sedan
JitsiParticipant.js fix(caps): JitsiParticipant.getFeatures method 8 år sedan
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 8 å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 8 år sedan
package.json Sdp overhaul (#338) 8 å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.