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

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.