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.
Lyubo Marinov 514ac961a1 [eslint] vars-on-top 8 yıl önce
connection_optimization [eslint] operator-linebreak 8 yıl önce
doc [eslint] max-statements-per-line 8 yıl önce
flow-typed/npm [eslint] quotes 8 yıl önce
modules [eslint] no-useless-concat, no-useless-escape 8 yıl önce
service [eslint] newline-after-var, newline-before-return, newline-per-chained-call 8 yıl önce
.editorconfig remove all participants and tracks when leaving the room 9 yıl önce
.eslintignore [eslint] no-var 8 yıl önce
.eslintrc.js [eslint] vars-on-top 8 yıl önce
.flowconfig Flow - A static type checker for JavaScript 8 yıl önce
.gitattributes added "start muted" 9 yıl önce
.gitignore style(gitignore): Add .sync-config.cson 9 yıl önce
.jshintignore Flow - A static type checker for JavaScript 8 yıl önce
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil 8 yıl önce
JitsiConference.js [eslint] no-unused-expressions 8 yıl önce
JitsiConferenceErrors.js [eslint] quotes 8 yıl önce
JitsiConferenceEventManager.js [eslint] newline-after-var, newline-before-return, newline-per-chained-call 8 yıl önce
JitsiConferenceEvents.js [eslint] quotes 8 yıl önce
JitsiConnection.js [eslint] newline-after-var, newline-before-return, newline-per-chained-call 8 yıl önce
JitsiConnectionErrors.js [eslint] quotes 8 yıl önce
JitsiConnectionEvents.js [eslint] quotes 8 yıl önce
JitsiMediaDevices.js [eslint] newline-after-var, newline-before-return, newline-per-chained-call 8 yıl önce
JitsiMediaDevicesEvents.js [eslint] quotes 8 yıl önce
JitsiMeetJS.js [eslint] newline-after-var, newline-before-return, newline-per-chained-call 8 yıl önce
JitsiParticipant.js [eslint] prefer-arrow-callback 8 yıl önce
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 8 yıl önce
JitsiRecorderErrors.js [eslint] no-var 8 yıl önce
JitsiTrackError.js [eslint] no-var 8 yıl önce
JitsiTrackErrors.js [eslint] quotes 8 yıl önce
JitsiTrackEvents.js [eslint] quotes 8 yıl önce
LICENSE initial commit 9 yıl önce
README.md doc: remove browserify mention from README 8 yıl önce
get-version.sh Updates version only when requested. 9 yıl önce
karma.conf.js [eslint] no-trailing-spaces 8 yıl önce
package.json [eslint] import/no-duplicates 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.