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.
Paweł Domas d0ce2d6866 feat: add SdpTransformUtil hace 8 años
connection_optimization ESLint hace 9 años
doc add notes on preferH264 (and disableRtx) to the api doc hace 8 años
modules feat: add SdpTransformUtil hace 8 años
service ref(MediaType): convert to ES6 syntax hace 8 años
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore ref(libs): moves the libs directory to doc/example hace 8 años
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil hace 8 años
.gitattributes added "start muted" hace 9 años
.gitignore style(gitignore): Add .sync-config.cson hace 9 años
.jshintignore ref: move TraceablePeerConnection to RTC hace 8 años
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil hace 8 años
JitsiConference.js feat: add SdpTransformUtil hace 8 años
JitsiConferenceErrors.js Adds not allowed errors and handling it. hace 9 años
JitsiConferenceEventManager.js style(JitsiConferenceEventManager): use import hace 8 años
JitsiConferenceEvents.js fix(caps): add event to notify when caps version for a user is changed hace 8 años
JitsiConnection.js feat(caps): Implement XEP-0115 hace 8 años
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type hace 8 años
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos hace 9 años
JitsiMediaDevices.js style(JitsiMediaDevices): use import hace 8 años
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents hace 9 años
JitsiMeetJS.js style(JitsiMeetJS): use import hace 8 años
JitsiParticipant.js fix(caps): JitsiParticipant.getFeatures method hace 8 años
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 8 años
JitsiRecorderErrors.js Handle jibri errors and busy status hace 9 años
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance hace 9 años
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection hace 9 años
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection hace 9 años
LICENSE initial commit hace 9 años
README.md doc: remove browserify mention from README hace 8 años
get-version.sh Updates version only when requested. hace 9 años
karma.conf.js don't ignore karma.conf.js for linting hace 8 años
package.json Stick to the exact package versions for the direct dependencies hace 8 años
webpack.config.js Prepare for webpack 2 hace 8 años

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.