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.
hristoterezov ce903631cd fix(SS): Temp fix for SS when the extension is not ready after 500ms after the install hace 9 años
connection_optimization Adds cross region info to jitsiRegionInfo. hace 9 años
doc Adds a option to set custom callstats script. hace 9 años
libs Adopts to new JWT impl where the token goes as BOSH URL param. hace 10 años
modules fix(SS): Temp fix for SS when the extension is not ready after 500ms after the install hace 9 años
service Fires CONFERENCE_LEFT event once we receive our presence unavailable. hace 9 años
.editorconfig remove all participants and tracks when leaving the room hace 10 años
.gitattributes added "start muted" hace 10 años
.gitignore style(gitignore): Add .sync-config.cson hace 9 años
.jshintignore Remove unused connectionquality module hace 9 años
.jshintrc ES6 for JitsiTrackEvents hace 9 años
JitsiConference.js Merge pull request #265 from jitsi/conn_status_cfg_and_log hace 9 años
JitsiConferenceErrors.js Adds not allowed errors and handling it. hace 9 años
JitsiConferenceEventManager.js Merge pull request #264 from jitsi/handle-conference-left hace 9 años
JitsiConferenceEvents.js feat: add PARTICIPANT_CONN_STATUS_CHANGED conference event hace 9 años
JitsiConnection.js feat(stats): log CallStats event for XMPP disconnected hace 9 años
JitsiConnectionErrors.js ES6 for JitsiConnectionErrors hace 9 años
JitsiConnectionEvents.js ES6 for JitsiConnectionEvents hace 9 años
JitsiMediaDevices.js ES6 for JitsiMediaDevicesEvents hace 9 años
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents hace 9 años
JitsiMeetJS.js Merge pull request #237 from jitsi/device-selection-rework hace 9 años
JitsiParticipant.js feat: add PARTICIPANT_CONN_STATUS_CHANGED conference event hace 9 años
JitsiRecorderErrors.js Handle jibri errors and busy status hace 9 años
JitsiTrackError.js feat(JitsiLocalTrack): Implement camera issues detection hace 9 años
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection hace 9 años
JitsiTrackEvents.js feat(JitsiLocalTrack): Implement camera issues detection hace 9 años
LICENSE initial commit hace 10 años
README.md Recompile browserify bundle on file changes (watch mode) hace 9 años
get-version.sh Updates version only when requested. hace 10 años
package.json fix(package.json): failing build from jitsi-meet project hace 9 años
start_browserify.js fix(package.json): failing build from jitsi-meet project hace 9 años

README.md

Jitsi Meet API

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

For development, use watch to recompile your browserify bundle on file changes:

npm run watch

Discuss

Please use the Jitsi dev mailing list to discuss feature requests before opening an issue on Github.