Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tsareg cc311b59a3 Correctly detect React-Native in debug mode il y a 9 ans
connection_optimization Updates sending region stats, remove unused variable and uses on array variable holding data. il y a 9 ans
doc Expose JitsiTrackError through JitsiMeetJS.errorTypes.JitsiTrackError il y a 9 ans
libs Adopts to new JWT impl where the token goes as BOSH URL param. il y a 10 ans
modules Correctly detect React-Native in debug mode il y a 9 ans
service Merge branch 'master' into reloads il y a 9 ans
.editorconfig remove all participants and tracks when leaving the room il y a 10 ans
.gitattributes added "start muted" il y a 10 ans
.gitignore Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library. il y a 10 ans
.jshintignore Remove unused connectionquality module il y a 9 ans
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. il y a 10 ans
JitsiConference.js Merge pull request #166 from jitsi/reloads il y a 9 ans
JitsiConferenceErrors.js Implements JitsiConnection.reload. Minor fixes related to JitsiConference.reload. il y a 9 ans
JitsiConferenceEventManager.js Fixes issues after review PR #166 il y a 9 ans
JitsiConferenceEvents.js Adds a set of properties to JitsiParticipant, which can be updated via presence (via special items with a tag name beginning with "jitsi_participant_). An events is fired when the value of a property changes. il y a 9 ans
JitsiConnection.js Fixes issues after review PR #166 il y a 9 ans
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. il y a 10 ans
JitsiConnectionEvents.js Add/expand jsdocs il y a 9 ans
JitsiMediaDevices.js Do not send event to callstats when no audiooutput devices are available. Fix non-ASCII letter in Statistics.sendActiveDeviceListEvent() method il y a 9 ans
JitsiMediaDevicesEvents.js Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks il y a 9 ans
JitsiMeetJS.js Merge pull request #163 from jitsi/false-callstats-failures il y a 9 ans
JitsiParticipant.js Adds a set of properties to JitsiParticipant, which can be updated via presence (via special items with a tag name beginning with "jitsi_participant_). An events is fired when the value of a property changes. il y a 9 ans
JitsiRecorderErrors.js Handle jibri errors and busy status il y a 9 ans
JitsiTrackError.js Report DOMException when audio output device change fails as gUM error to callstats il y a 9 ans
JitsiTrackErrors.js Handle cases when new media devices are added/removed more precisely and more predictable il y a 9 ans
JitsiTrackEvents.js Added ability to switch audio output device il y a 9 ans
LICENSE initial commit il y a 10 ans
README.md Recompile browserify bundle on file changes (watch mode) il y a 9 ans
get-version.sh Updates version only when requested. il y a 10 ans
package.json Make sure the browserify script returns failure unless output was produced. The pipe to exorcist hides failures from the browserify itself. il y a 9 ans

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.