Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Paweł Domas e821d0cc41 Delayed ice candidates (#434) 8 лет назад
connection_optimization [eslint] camelcase 8 лет назад
doc Introduces new config ignoreStartMuted, ignores start muted option. (#428) 8 лет назад
flow-typed/npm [eslint] quotes 8 лет назад
modules Delayed ice candidates (#434) 8 лет назад
service Adds video sip gw handling. (#409) 8 лет назад
.editorconfig remove all participants and tracks when leaving the room 10 лет назад
.eslintignore [eslint] no-var 8 лет назад
.eslintrc.js [eslint] require-jsdoc 8 лет назад
.flowconfig Flow - A static type checker for JavaScript 8 лет назад
.gitattributes added "start muted" 10 лет назад
.gitignore style(gitignore): Add .sync-config.cson 9 лет назад
.jshintignore Re-enable jshint with a minimal configuration 8 лет назад
.jshintrc Re-enable jshint with a minimal configuration 8 лет назад
JitsiConference.js Delayed ice candidates (#434) 8 лет назад
JitsiConferenceErrors.js [eslint] lines-around-comment 8 лет назад
JitsiConferenceEventManager.js Introduces new config ignoreStartMuted, ignores start muted option. (#428) 8 лет назад
JitsiConferenceEvents.js Adds video sip gw handling. (#409) 8 лет назад
JitsiConnection.js P2P ver2 (#413) 8 лет назад
JitsiConnectionErrors.js [eslint] lines-around-comment 8 лет назад
JitsiConnectionEvents.js [eslint] lines-around-comment 8 лет назад
JitsiMediaDevices.js [eslint] no-use-before-define 8 лет назад
JitsiMediaDevicesEvents.js [eslint] lines-around-comment 8 лет назад
JitsiMeetJS.js Adds video sip gw handling. (#409) 8 лет назад
JitsiParticipant.js [eslint] require-jsdoc 8 лет назад
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 9 лет назад
JitsiRecorderErrors.js [eslint] no-var 8 лет назад
JitsiTrackError.js electron: call into JitsiMeet to open a desktop picker 8 лет назад
JitsiTrackErrors.js electron: call into JitsiMeet to open a desktop picker 8 лет назад
JitsiTrackEvents.js [eslint] lines-around-comment 8 лет назад
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 [eslint] comma-dangle, comma-spacing 8 лет назад
package.json Update NPM dependencies/packages 8 лет назад
webpack.config.js [eslint] prefer-template 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.