選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
hristoterezov 8a14f1e7bc fix(eslint): Add no-extra-bind rule 8年前
connection_optimization [eslint] operator-linebreak 8年前
doc [eslint] no-var 8年前
flow-typed/npm [eslint] quotes 8年前
modules fix(eslint): Add no-extra-bind rule 8年前
service [eslint] no-var 8年前
.editorconfig remove all participants and tracks when leaving the room 9年前
.eslintignore [eslint] no-var 8年前
.eslintrc.js fix(eslint): Add no-extra-bind rule 8年前
.flowconfig Flow - A static type checker for JavaScript 8年前
.gitattributes added "start muted" 9年前
.gitignore style(gitignore): Add .sync-config.cson 8年前
.jshintignore Flow - A static type checker for JavaScript 8年前
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil 8年前
JitsiConference.js fix(eslint): Add no-empty-function rule 8年前
JitsiConferenceErrors.js [eslint] quotes 8年前
JitsiConferenceEventManager.js [eslint] no-var 8年前
JitsiConferenceEvents.js [eslint] quotes 8年前
JitsiConnection.js fix(eslint): Add no-extra-bind rule 8年前
JitsiConnectionErrors.js [eslint] quotes 8年前
JitsiConnectionEvents.js [eslint] quotes 8年前
JitsiMediaDevices.js [eslint] no-var 8年前
JitsiMediaDevicesEvents.js [eslint] quotes 8年前
JitsiMeetJS.js fix(eslint): Add no-extra-bind rule 8年前
JitsiParticipant.js fix(eslint): Add no-empty-function rule 8年前
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 8年前
JitsiRecorderErrors.js [eslint] no-var 8年前
JitsiTrackError.js [eslint] no-var 8年前
JitsiTrackErrors.js [eslint] quotes 8年前
JitsiTrackEvents.js [eslint] quotes 8年前
LICENSE initial commit 9年前
README.md doc: remove browserify mention from README 8年前
get-version.sh Updates version only when requested. 9年前
karma.conf.js [eslint] no-trailing-spaces 8年前
package.json [eslint] import/no-duplicates 8年前
webpack.config.js [eslint] no-var 8年前

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.