Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
lyubomir b710c6df76 Merge pull request #115 from legastero/fix-jingle-inheritance před 9 roky
connection_optimization Renames performanceTimes to ConnectionTimes před 9 roky
doc Merge pull request #105 from jitsi/nuke-preconfigured-bridge před 9 roky
libs Adopts to new JWT impl where the token goes as BOSH URL param. před 10 roky
modules Stay consistent with other subclassing instances. před 9 roky
service Removes FAKE_VIDEO_TRACK_CREATED event před 9 roky
.editorconfig remove all participants and tracks when leaving the room před 10 roky
.gitattributes added "start muted" před 10 roky
.gitignore Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library. před 10 roky
.jshintignore Remove unused connectionquality module před 9 roky
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 10 roky
JitsiConference.js Add jsdocs and optimize před 9 roky
JitsiConferenceErrors.js Fixes errors after review před 9 roky
JitsiConferenceEvents.js Add, expand, fix jsdocs, comments před 9 roky
JitsiConnection.js Don't rely on JitsiMeetJS being global před 9 roky
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 10 roky
JitsiConnectionEvents.js Add/expand jsdocs před 9 roky
JitsiMediaDevices.js Switch local audio and video track when list of available devices changes před 9 roky
JitsiMediaDevicesEvents.js Added ability to notify about available media device list changes před 9 roky
JitsiMeetJS.js Changes console.* to logger.* před 9 roky
JitsiParticipant.js Add hidden participant support před 9 roky
JitsiRecorderErrors.js Basic Jibri recording refactoring. před 9 roky
JitsiTrackErrors.js Log error in order to not lose details před 9 roky
JitsiTrackEvents.js Added ability to switch audio output device před 9 roky
LICENSE initial commit před 10 roky
README.md Recompile browserify bundle on file changes (watch mode) před 9 roky
get-version.sh Updates version only when requested. před 10 roky
package.json Define the main/primary entry point of the library před 9 roky

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.