modified lib-jitsi-meet dev repo
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.
Lyubomir Marinov 721fa9c523 Remove unnecessary checks il y a 9 ans
connection_optimization Renames performanceTimes to ConnectionTimes il y a 9 ans
doc Merge pull request #105 from jitsi/nuke-preconfigured-bridge 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 Remove unnecessary checks il y a 9 ans
service Removes FAKE_VIDEO_TRACK_CREATED event 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 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 Add jsdocs and optimize il y a 9 ans
JitsiConferenceErrors.js Fixes errors after review il y a 9 ans
JitsiConferenceEvents.js Add, expand, fix jsdocs, comments il y a 9 ans
JitsiConnection.js Don't rely on JitsiMeetJS being global 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 Switch local audio and video track when list of available devices changes il y a 9 ans
JitsiMediaDevicesEvents.js Added ability to notify about available media device list changes il y a 9 ans
JitsiMeetJS.js Changes console.* to logger.* il y a 9 ans
JitsiParticipant.js Add hidden participant support il y a 9 ans
JitsiRecorderErrors.js Basic Jibri recording refactoring. il y a 9 ans
JitsiTrackErrors.js Log error in order to not lose details 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 Define the main/primary entry point of the library 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.