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.
paweldomas b7e0e72f3d feat(ParticipantConnectionStatus): add init and dispose methods 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 feat(ParticipantConnectionStatus): add init and dispose methods hace 9 años
service feat(RTCEvents): add REMOTE_TRACK_MUTE/UNMUTE 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 feat(ParticipantConnectionStatus): add init and dispose methods hace 9 años
JitsiConferenceErrors.js ES6 for JitsiConferenceErrors hace 9 años
JitsiConferenceEventManager.js ES6 for JitsiConferenceErrors hace 9 años
JitsiConferenceEvents.js feat: add PARTICIPANT_CONN_STATUS_CHANGED conference event hace 9 años
JitsiConnection.js ref(module/xmpp): ES6 for modules/xmpp/xmpp.js and it's related files 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.