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ů.
hristoterezov 774ee4b2b0 fix(eslint): Add no-loop-func rule před 8 roky
connection_optimization [eslint] operator-linebreak před 8 roky
doc [eslint] max-len před 8 roky
flow-typed/npm [eslint] quotes před 8 roky
modules fix(eslint): Add no-loop-func rule před 8 roky
service [eslint] max-len před 8 roky
.editorconfig remove all participants and tracks when leaving the room před 9 roky
.eslintignore [eslint] no-var před 8 roky
.eslintrc.js fix(eslint): Add no-loop-func rule před 8 roky
.flowconfig Flow - A static type checker for JavaScript před 8 roky
.gitattributes added "start muted" před 9 roky
.gitignore style(gitignore): Add .sync-config.cson před 9 roky
.jshintignore Flow - A static type checker for JavaScript před 8 roky
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil před 8 roky
JitsiConference.js [eslint] max-len před 8 roky
JitsiConferenceErrors.js [eslint] lines-around-comment před 8 roky
JitsiConferenceEventManager.js [eslint] lines-around-comment před 8 roky
JitsiConferenceEvents.js [eslint] lines-around-comment před 8 roky
JitsiConnection.js [eslint] max-len před 8 roky
JitsiConnectionErrors.js [eslint] lines-around-comment před 8 roky
JitsiConnectionEvents.js [eslint] lines-around-comment před 8 roky
JitsiMediaDevices.js [eslint] lines-around-comment před 8 roky
JitsiMediaDevicesEvents.js [eslint] lines-around-comment před 8 roky
JitsiMeetJS.js [eslint] max-len před 8 roky
JitsiParticipant.js [eslint] prefer-arrow-callback před 8 roky
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed před 8 roky
JitsiRecorderErrors.js [eslint] no-var před 8 roky
JitsiTrackError.js [eslint] no-var před 8 roky
JitsiTrackErrors.js [eslint] lines-around-comment před 8 roky
JitsiTrackEvents.js [eslint] lines-around-comment před 8 roky
LICENSE initial commit před 9 roky
README.md doc: remove browserify mention from README před 8 roky
get-version.sh Updates version only when requested. před 9 roky
karma.conf.js [eslint] comma-dangle, comma-spacing před 8 roky
package.json [eslint] import/no-duplicates před 8 roky
webpack.config.js [eslint] prefer-template před 8 roky

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.