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.
damencho 3df0b4e123 Removes unused files and updates README. il y a 10 ans
doc Fix an error introduced while rebasing. il y a 10 ans
libs Adopts to new JWT impl where the token goes as BOSH URL param. il y a 10 ans
modules Updates callstats to queue events if lib is not inited. Report such queued events only if the lib successfully initialize. Removes deprecated fabricSetup event. il y a 10 ans
service propagate AVAILABLE_DEVICES_CHANGED event 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 Adds uglify to Makefile and minified version of the library. il y a 10 ans
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. il y a 10 ans
JitsiConference.js added API to change chat subject il y a 10 ans
JitsiConferenceErrors.js Fixes issues related to PR #451 il y a 10 ans
JitsiConferenceEvents.js Fixes Last N event duplicating another event, causing exception when used in the client app. il y a 10 ans
JitsiConnection.js Allows testing how synchronous and asynchronous Strophe affects the reliability of the delivery of unavailable presence to the XMPP server. il y a 10 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 Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library. il y a 10 ans
JitsiParticipant.js propagate AVAILABLE_DEVICES_CHANGED event il y a 10 ans
JitsiTrackErrors.js Fixes issues with 'firefox extension needed' error il y a 10 ans
JitsiTrackEvents.js Fixes the issues with mute, audio levels and remove events that were attached to the conference 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 package.json with dependencies and scripts. Removes Makefile. Adds version to the library. il y a 10 ans
package.json Updates deploy command. il y a 10 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.