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.
George Politis 2f2bbe8d92 Merge pull request #358 from bbaldino/strip_rtx преди 8 години
connection_optimization ESLint преди 9 години
doc cleanup: Make desktop sharing options consistent and drop deprecated ones преди 8 години
modules Merge pull request #358 from bbaldino/strip_rtx преди 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 fix: generate recvonly SSRC if 0 video tracks преди 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.