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.
hristoterezov c57caa5ac7 Merge pull request #49 from jitsi/reduce-muc-joined-time il y a 9 ans
connection_optimization Adds constant for statuses in external_connection.js il y a 9 ans
doc Basic Jibri recording refactoring. 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 Expresses the desire to have the MUC join ASAP. il y a 9 ans
service Basic Jibri recording refactoring. 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 store userId and callStatsUserName globally (was per-conference) il y a 10 ans
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. il y a 10 ans
JitsiConference.js Basic Jibri recording refactoring. il y a 9 ans
JitsiConferenceErrors.js Fixes errors after review il y a 9 ans
JitsiConferenceEvents.js Basic Jibri recording refactoring. il y a 9 ans
JitsiConnection.js Implements attach method in JitsiConnection. Fixes token auth. il y a 9 ans
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. il y a 10 ans
JitsiConnectionEvents.js Fixes typos il y a 10 ans
JitsiMeetJS.js Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. il y a 10 ans
JitsiParticipant.js propagate AVAILABLE_DEVICES_CHANGED event il y a 10 ans
JitsiRecorderErrors.js Basic Jibri recording refactoring. il y a 9 ans
JitsiTrackErrors.js Returns Promise from mute/unmute and ignores requests while mute/unmuting is in progress. Moves mute/unmute methods to JitsiLocalTrack as said in API docs. il y a 9 ans
JitsiTrackEvents.js Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. il y a 10 ans
LICENSE initial commit il y a 10 ans
README.md Removes unused files and updates README. il y a 10 ans
get-version.sh Updates version only when requested. il y a 10 ans
package.json Prints the version of lib when building. 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

Discuss

Please use the Jitsi dev mailing list to discuss feature requests before opening an issue on Github.