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.
paweldomas 8ad3e55300 style(ParticipantConnectionStatus): use import пре 9 година
connection_optimization ESLint пре 9 година
doc add notes on preferH264 (and disableRtx) to the api doc пре 9 година
modules style(ParticipantConnectionStatus): use import пре 9 година
service ref(MediaType): convert to ES6 syntax пре 9 година
.editorconfig remove all participants and tracks when leaving the room пре 10 година
.eslintignore ref(libs): moves the libs directory to doc/example пре 9 година
.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" пре 10 година
.gitignore style(gitignore): Add .sync-config.cson пре 9 година
.jshintignore ref: move TraceablePeerConnection to RTC пре 9 година
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil пре 9 година
JitsiConference.js ref(JitsiConference): cleanup imports пре 9 година
JitsiConferenceErrors.js Adds not allowed errors and handling it. пре 9 година
JitsiConferenceEventManager.js style(JitsiConferenceEventManager): use import пре 9 година
JitsiConferenceEvents.js fix(caps): add event to notify when caps version for a user is changed пре 9 година
JitsiConnection.js feat(caps): Implement XEP-0115 пре 9 година
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type пре 9 година
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos пре 9 година
JitsiMediaDevices.js style(JitsiMediaDevices): use import пре 9 година
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents пре 9 година
JitsiMeetJS.js style(JitsiMeetJS): use import пре 9 година
JitsiParticipant.js fix(caps): JitsiParticipant.getFeatures method пре 9 година
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed пре 9 година
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 пре 10 година
README.md doc: remove browserify mention from README пре 9 година
get-version.sh Updates version only when requested. пре 10 година
karma.conf.js don't ignore karma.conf.js for linting пре 9 година
package.json Sdp overhaul (#338) пре 9 година
webpack.config.js Prepare for webpack 2 пре 9 година

README.md

Jitsi Meet API library

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

Discuss

Please use the Jitsi dev mailing list to discuss feature requests before opening an issue on Github.