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.
Boris Grozev c6c71c59f6 cleanup: Renames a confusingly named variable. 9 lat temu
connection_optimization ESLint 9 lat temu
doc ESLint 9 lat temu
libs Adopts to new JWT impl where the token goes as BOSH URL param. 10 lat temu
modules cleanup: Renames a confusingly named variable. 9 lat temu
service feat: Fires an event when the ICE state changes. 9 lat temu
.editorconfig remove all participants and tracks when leaving the room 10 lat temu
.eslintignore ESLint 9 lat temu
.eslintrc.js ESLint 9 lat temu
.gitattributes added "start muted" 10 lat temu
.gitignore style(gitignore): Add .sync-config.cson 9 lat temu
.jshintignore Remove unused connectionquality module 9 lat temu
.jshintrc ES6 for JitsiTrackEvents 9 lat temu
JitsiConference.js feat: Extends JitsiConference.getLocalTracks() with an optional media type parameter. 9 lat temu
JitsiConferenceErrors.js Adds not allowed errors and handling it. 9 lat temu
JitsiConferenceEventManager.js Merge pull request #298 from bgrozev/conn-quality 9 lat temu
JitsiConferenceEvents.js docs: Marks the CONNECTION_STATS event as deprecated. 9 lat temu
JitsiConnection.js feat(analytics): Add support for permanent properties and new parameters format 9 lat temu
JitsiConnectionErrors.js ES6 for JitsiConnectionErrors 9 lat temu
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos 9 lat temu
JitsiMediaDevices.js ESLint 9 lat temu
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents 9 lat temu
JitsiMeetJS.js feat: Moves connectionquality to lib-jitsi-meet. 9 lat temu
JitsiParticipant.js ref(peer conn status): moves hasRtcMutedVideoTrack 9 lat temu
JitsiRecorderErrors.js Handle jibri errors and busy status 9 lat temu
JitsiTrackError.js feat(JitsiLocalTrack): Implement camera issues detection 9 lat temu
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection 9 lat temu
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection 9 lat temu
LICENSE initial commit 10 lat temu
README.md Recompile browserify bundle on file changes (watch mode) 9 lat temu
get-version.sh Updates version only when requested. 10 lat temu
package.json Updates socket.io version to callstats recommended version. 9 lat temu
webpack.config.js Remove .babelrc to simplify React Native support 9 lat temu

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.