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

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.