You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yanas 2eed6cdebf fix(JitsiConference.js): Adds punctuation. 8 yıl önce
connection_optimization [eslint] camelcase 8 yıl önce
doc [eslint] require-jsdoc 8 yıl önce
flow-typed/npm [eslint] quotes 8 yıl önce
modules fix(RTC.js): Handle remove listener and define endpoints list. 8 yıl önce
service [eslint] max-len 8 yıl önce
.editorconfig remove all participants and tracks when leaving the room 10 yıl önce
.eslintignore [eslint] no-var 8 yıl önce
.eslintrc.js [eslint] require-jsdoc 8 yıl önce
.flowconfig Flow - A static type checker for JavaScript 8 yıl önce
.gitattributes added "start muted" 10 yıl önce
.gitignore style(gitignore): Add .sync-config.cson 9 yıl önce
.jshintignore Re-enable jshint with a minimal configuration 8 yıl önce
.jshintrc Re-enable jshint with a minimal configuration 8 yıl önce
JitsiConference.js fix(JitsiConference.js): Adds punctuation. 8 yıl önce
JitsiConferenceErrors.js [eslint] lines-around-comment 8 yıl önce
JitsiConferenceEventManager.js Adds frame rate statistics. 8 yıl önce
JitsiConferenceEvents.js [eslint] lines-around-comment 8 yıl önce
JitsiConnection.js [eslint] no-param-reassign 8 yıl önce
JitsiConnectionErrors.js [eslint] lines-around-comment 8 yıl önce
JitsiConnectionEvents.js [eslint] lines-around-comment 8 yıl önce
JitsiMediaDevices.js [eslint] no-use-before-define 8 yıl önce
JitsiMediaDevicesEvents.js [eslint] lines-around-comment 8 yıl önce
JitsiMeetJS.js Fixes event name generation. 8 yıl önce
JitsiParticipant.js [eslint] require-jsdoc 8 yıl önce
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 9 yıl önce
JitsiRecorderErrors.js [eslint] no-var 8 yıl önce
JitsiTrackError.js [eslint] no-var 8 yıl önce
JitsiTrackErrors.js [eslint] lines-around-comment 8 yıl önce
JitsiTrackEvents.js [eslint] lines-around-comment 8 yıl önce
LICENSE initial commit 10 yıl önce
README.md doc: remove browserify mention from README 9 yıl önce
get-version.sh Updates version only when requested. 10 yıl önce
karma.conf.js [eslint] comma-dangle, comma-spacing 8 yıl önce
package.json Update NPM dependencies/packages 8 yıl önce
webpack.config.js [eslint] prefer-template 8 yıl önce

README.md

Jitsi Meet API library

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.