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.
paweldomas 43b418e9b9 Merge remote-tracking branch 'isymchych/move-statistics' il y a 10 ans
doc use statistics module to process peer connection statistics 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 Adds RTCUIHelper class which gathers methods specific to WebRTC and UI. il y a 10 ans
service use statistics module to process peer connection statistics 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 use statistics module to process peer connection statistics il y a 10 ans
JitsiConferenceErrors.js Fixes issues related to PR #451 il y a 10 ans
JitsiConferenceEvents.js use statistics module to process peer connection statistics 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 Adds RTCUIHelper class which gathers methods specific to WebRTC and UI. 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 Added videotype for remote streams 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 Updates version only when requested. 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.