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ů.
Paweł Domas 4cd335838b Rollback do renegotiate (#436) před 8 roky
connection_optimization [eslint] camelcase před 8 roky
doc Introduces new config ignoreStartMuted, ignores start muted option. (#428) před 8 roky
flow-typed/npm [eslint] quotes před 8 roky
modules Rollback do renegotiate (#436) před 8 roky
service Adds video sip gw handling. (#409) před 8 roky
.editorconfig remove all participants and tracks when leaving the room před 10 roky
.eslintignore [eslint] no-var před 8 roky
.eslintrc.js [eslint] require-jsdoc před 8 roky
.flowconfig Flow - A static type checker for JavaScript před 8 roky
.gitattributes added "start muted" před 10 roky
.gitignore style(gitignore): Add .sync-config.cson před 9 roky
.jshintignore Re-enable jshint with a minimal configuration před 8 roky
.jshintrc Re-enable jshint with a minimal configuration před 8 roky
JitsiConference.js Delayed ice candidates (#434) před 8 roky
JitsiConferenceErrors.js [eslint] lines-around-comment před 8 roky
JitsiConferenceEventManager.js Introduces new config ignoreStartMuted, ignores start muted option. (#428) před 8 roky
JitsiConferenceEvents.js Adds video sip gw handling. (#409) před 8 roky
JitsiConnection.js P2P ver2 (#413) 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] no-use-before-define před 8 roky
JitsiMediaDevicesEvents.js [eslint] lines-around-comment před 8 roky
JitsiMeetJS.js Adds video sip gw handling. (#409) před 8 roky
JitsiParticipant.js [eslint] require-jsdoc před 8 roky
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed před 9 roky
JitsiRecorderErrors.js [eslint] no-var před 8 roky
JitsiTrackError.js electron: call into JitsiMeet to open a desktop picker před 8 roky
JitsiTrackErrors.js electron: call into JitsiMeet to open a desktop picker před 8 roky
JitsiTrackEvents.js [eslint] lines-around-comment před 8 roky
LICENSE initial commit před 10 roky
README.md doc: remove browserify mention from README před 9 roky
get-version.sh Updates version only when requested. před 10 roky
karma.conf.js [eslint] comma-dangle, comma-spacing před 8 roky
package.json Update NPM dependencies/packages 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.