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.
isymchych 9df12f9fa2 remove all participants and tracks when leaving the room il y a 9 ans
doc remove all participants and tracks when leaving the room il y a 9 ans
libs Adopts to new JWT impl where the token goes as BOSH URL param. il y a 9 ans
modules Fixes issue with adding muted video stream to peerconnection. il y a 9 ans
service Changes video mute/unmute implementation. JitsiLocalTrack objects store information about the SSRCs. On video mute / unmute operation no jingle packets are sent anymore. il y a 9 ans
.editorconfig remove all participants and tracks when leaving the room il y a 9 ans
.gitattributes added "start muted" il y a 9 ans
.gitignore Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library. il y a 9 ans
.jshintignore Adds uglify to Makefile and minified version of the library. il y a 9 ans
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. il y a 9 ans
JitsiConference.js remove all participants and tracks when leaving the room il y a 9 ans
JitsiConferenceErrors.js propagate FOCUS_LEFT conference error il y a 9 ans
JitsiConferenceEvents.js use statistics module to process peer connection statistics il y a 9 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 9 ans
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. il y a 9 ans
JitsiConnectionEvents.js Fixes typos il y a 9 ans
JitsiMeetJS.js Re-order resolution preference, so that we always preference 16:9 ratio when we fallback. il y a 9 ans
JitsiParticipant.js propagate AVAILABLE_DEVICES_CHANGED event il y a 9 ans
JitsiTrackErrors.js Fixes issues with 'firefox extension needed' error il y a 9 ans
JitsiTrackEvents.js Added videotype for remote streams il y a 9 ans
LICENSE initial commit il y a 10 ans
README.md Removes unused files and updates README. il y a 9 ans
get-version.sh Updates version only when requested. il y a 9 ans
package.json Changes video mute/unmute implementation. JitsiLocalTrack objects store information about the SSRCs. On video mute / unmute operation no jingle packets are sent anymore. 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.