modified lib-jitsi-meet dev repo
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.
hristoterezov c8291bcf2e ref(Listenable): some classes to use Listenable преди 8 години
connection_optimization ESLint преди 8 години
doc feat: add BEFORE_STATISTICS_DISPOSED event преди 8 години
libs Adopts to new JWT impl where the token goes as BOSH URL param. преди 9 години
modules ref(Listenable): some classes to use Listenable преди 8 години
service feat: add BEFORE_STATISTICS_DISPOSED event преди 8 години
.editorconfig remove all participants and tracks when leaving the room преди 9 години
.eslintignore ESLint преди 8 години
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil преди 8 години
.gitattributes added "start muted" преди 9 години
.gitignore style(gitignore): Add .sync-config.cson преди 8 години
.jshintignore don't ignore karma.conf.js for linting преди 8 години
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil преди 8 години
JitsiConference.js ref(Listenable): some classes to use Listenable преди 8 години
JitsiConferenceErrors.js Adds not allowed errors and handling it. преди 8 години
JitsiConferenceEventManager.js feat: add BEFORE_STATISTICS_DISPOSED event преди 8 години
JitsiConferenceEvents.js feat: add BEFORE_STATISTICS_DISPOSED event преди 8 години
JitsiConnection.js feat(analytics): Add support for permanent properties and new parameters format преди 8 години
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type преди 8 години
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos преди 8 години
JitsiMediaDevices.js ref(Listenable): some classes to use Listenable преди 8 години
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents преди 8 години
JitsiMeetJS.js ref(Listenable): some classes to use Listenable преди 8 години
JitsiParticipant.js ref(peer conn status): moves hasRtcMutedVideoTrack преди 8 години
JitsiRecorderErrors.js Handle jibri errors and busy status преди 9 години
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance преди 8 години
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection преди 8 години
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection преди 8 години
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 преди 8 години
package.json Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil преди 8 години
webpack.config.js Remove .babelrc to simplify React Native support преди 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.