You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paweł Domas e821d0cc41 Delayed ice candidates (#434) 8 vuotta sitten
connection_optimization [eslint] camelcase 8 vuotta sitten
doc Introduces new config ignoreStartMuted, ignores start muted option. (#428) 8 vuotta sitten
flow-typed/npm [eslint] quotes 8 vuotta sitten
modules Delayed ice candidates (#434) 8 vuotta sitten
service Adds video sip gw handling. (#409) 8 vuotta sitten
.editorconfig remove all participants and tracks when leaving the room 10 vuotta sitten
.eslintignore [eslint] no-var 8 vuotta sitten
.eslintrc.js [eslint] require-jsdoc 8 vuotta sitten
.flowconfig Flow - A static type checker for JavaScript 8 vuotta sitten
.gitattributes added "start muted" 10 vuotta sitten
.gitignore style(gitignore): Add .sync-config.cson 9 vuotta sitten
.jshintignore Re-enable jshint with a minimal configuration 8 vuotta sitten
.jshintrc Re-enable jshint with a minimal configuration 8 vuotta sitten
JitsiConference.js Delayed ice candidates (#434) 8 vuotta sitten
JitsiConferenceErrors.js [eslint] lines-around-comment 8 vuotta sitten
JitsiConferenceEventManager.js Introduces new config ignoreStartMuted, ignores start muted option. (#428) 8 vuotta sitten
JitsiConferenceEvents.js Adds video sip gw handling. (#409) 8 vuotta sitten
JitsiConnection.js P2P ver2 (#413) 8 vuotta sitten
JitsiConnectionErrors.js [eslint] lines-around-comment 8 vuotta sitten
JitsiConnectionEvents.js [eslint] lines-around-comment 8 vuotta sitten
JitsiMediaDevices.js [eslint] no-use-before-define 8 vuotta sitten
JitsiMediaDevicesEvents.js [eslint] lines-around-comment 8 vuotta sitten
JitsiMeetJS.js Adds video sip gw handling. (#409) 8 vuotta sitten
JitsiParticipant.js [eslint] require-jsdoc 8 vuotta sitten
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 9 vuotta sitten
JitsiRecorderErrors.js [eslint] no-var 8 vuotta sitten
JitsiTrackError.js electron: call into JitsiMeet to open a desktop picker 8 vuotta sitten
JitsiTrackErrors.js electron: call into JitsiMeet to open a desktop picker 8 vuotta sitten
JitsiTrackEvents.js [eslint] lines-around-comment 8 vuotta sitten
LICENSE initial commit 10 vuotta sitten
README.md doc: remove browserify mention from README 9 vuotta sitten
get-version.sh Updates version only when requested. 10 vuotta sitten
karma.conf.js [eslint] comma-dangle, comma-spacing 8 vuotta sitten
package.json Update NPM dependencies/packages 8 vuotta sitten
webpack.config.js [eslint] prefer-template 8 vuotta sitten

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.