You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Дамян Минков fc8773833d Merge pull request #367 from bgrozev/cleanup пре 8 година
connection_optimization ESLint пре 9 година
doc add notes on preferH264 (and disableRtx) to the api doc пре 8 година
modules Temasys do not support Microsoft Edge пре 8 година
service fix(caps): add event to notify when caps version for a user is changed пре 8 година
.editorconfig remove all participants and tracks when leaving the room пре 9 година
.eslintignore ref(libs): moves the libs directory to doc/example пре 8 година
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil пре 9 година
.gitattributes added "start muted" пре 9 година
.gitignore style(gitignore): Add .sync-config.cson пре 9 година
.jshintignore ref(libs): moves the libs directory to doc/example пре 8 година
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil пре 9 година
JitsiConference.js cleanup: Renames a function, adds documentation. пре 8 година
JitsiConferenceErrors.js Adds not allowed errors and handling it. пре 9 година
JitsiConferenceEventManager.js fix(caps): add event to notify when caps version for a user is changed пре 8 година
JitsiConferenceEvents.js fix(caps): add event to notify when caps version for a user is changed пре 8 година
JitsiConnection.js feat(caps): Implement XEP-0115 пре 8 година
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type пре 9 година
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos пре 9 година
JitsiMediaDevices.js ref(Listenable): some classes to use Listenable пре 8 година
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents пре 9 година
JitsiMeetJS.js ref(Listenable): some classes to use Listenable пре 8 година
JitsiParticipant.js fix(caps): JitsiParticipant.getFeatures method пре 8 година
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed пре 8 година
JitsiRecorderErrors.js Handle jibri errors and busy status пре 9 година
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance пре 9 година
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection пре 9 година
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection пре 9 година
LICENSE initial commit пре 9 година
README.md Recompile browserify bundle on file changes (watch mode) пре 9 година
get-version.sh Updates version only when requested. пре 9 година
karma.conf.js don't ignore karma.conf.js for linting пре 9 година
package.json Sdp overhaul (#338) пре 8 година
webpack.config.js Prepare for webpack 2 пре 8 година

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.