modified lib-jitsi-meet dev repo
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Lyubo Marinov 55ed404dd4 [eslint] space-in-parens 9 лет назад
connection_optimization ESLint 9 лет назад
doc [eslint] space-infix-ops 9 лет назад
flow-typed/npm fix(eslint): Add indent rule 9 лет назад
modules [eslint] space-in-parens 9 лет назад
service ref(MediaType): convert to ES6 syntax 9 лет назад
.editorconfig remove all participants and tracks when leaving the room 10 лет назад
.eslintignore ref(libs): moves the libs directory to doc/example 9 лет назад
.eslintrc.js [eslint] space-in-parens 9 лет назад
.flowconfig Flow - A static type checker for JavaScript 9 лет назад
.gitattributes added "start muted" 10 лет назад
.gitignore style(gitignore): Add .sync-config.cson 9 лет назад
.jshintignore Flow - A static type checker for JavaScript 9 лет назад
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil 9 лет назад
JitsiConference.js [eslint] space-infix-ops 9 лет назад
JitsiConferenceErrors.js Adds not allowed errors and handling it. 9 лет назад
JitsiConferenceEventManager.js [eslint] spaced-comment 9 лет назад
JitsiConferenceEvents.js fix(caps): add event to notify when caps version for a user is changed 9 лет назад
JitsiConnection.js Merge branch 'master' into eslint_improvements 9 лет назад
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type 9 лет назад
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos 9 лет назад
JitsiMediaDevices.js Merge branch 'master' into eslint_improvements 9 лет назад
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents 9 лет назад
JitsiMeetJS.js Merge branch 'master' into eslint_improvements 9 лет назад
JitsiParticipant.js [eslint] spaced-comment 9 лет назад
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 9 лет назад
JitsiRecorderErrors.js Handle jibri errors and busy status 9 лет назад
JitsiTrackError.js fix(eslint): Add indent rule 9 лет назад
JitsiTrackErrors.js [eslint] space-infix-ops 9 лет назад
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection 9 лет назад
LICENSE initial commit 10 лет назад
README.md doc: remove browserify mention from README 9 лет назад
get-version.sh Updates version only when requested. 10 лет назад
karma.conf.js fix(eslint): Add indent rule 9 лет назад
package.json [eslint] import/no-duplicates 9 лет назад
webpack.config.js [eslint] object-shorthand 9 лет назад

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.