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.
Дамян Минков 645e0bb726 Merge pull request #293 from jitsi/fix_send_event_to_all пре 9 година
connection_optimization ESLint пре 9 година
doc ESLint пре 9 година
libs Adopts to new JWT impl where the token goes as BOSH URL param. пре 9 година
modules fix(statistics): sendEventToAll was not passing string to callstats пре 9 година
service fix(JitsiConference.leave): Promise and logic пре 9 година
.editorconfig remove all participants and tracks when leaving the room пре 9 година
.eslintignore ESLint пре 9 година
.eslintrc.js ESLint пре 9 година
.gitattributes added "start muted" пре 9 година
.gitignore style(gitignore): Add .sync-config.cson пре 9 година
.jshintignore Remove unused connectionquality module пре 9 година
.jshintrc ES6 for JitsiTrackEvents пре 9 година
JitsiConference.js ref(Jingle): Jingle session state + terminate cleanup пре 9 година
JitsiConferenceErrors.js Adds not allowed errors and handling it. пре 9 година
JitsiConferenceEventManager.js fix(JitsiConference.leave): Promise and logic пре 9 година
JitsiConferenceEvents.js Sort in alphabetical order пре 9 година
JitsiConnection.js feat(analytics): Add support for permanent properties and new parameters format пре 9 година
JitsiConnectionErrors.js ES6 for JitsiConnectionErrors пре 9 година
JitsiConnectionEvents.js ES6 for JitsiConnectionEvents пре 9 година
JitsiMediaDevices.js ESLint пре 9 година
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents пре 9 година
JitsiMeetJS.js feat(analytics): Add support for permanent properties and new parameters format пре 9 година
JitsiParticipant.js feat: add PARTICIPANT_CONN_STATUS_CHANGED conference event пре 9 година
JitsiRecorderErrors.js Handle jibri errors and busy status пре 9 година
JitsiTrackError.js feat(JitsiLocalTrack): Implement camera issues detection пре 9 година
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection пре 9 година
JitsiTrackEvents.js feat(JitsiLocalTrack): Implement camera issues detection пре 9 година
LICENSE initial commit пре 9 година
README.md Recompile browserify bundle on file changes (watch mode) пре 9 година
get-version.sh Updates version only when requested. пре 9 година
package.json Updates socket.io version to callstats recommended version. пре 9 година
webpack.config.js Remove .babelrc to simplify React Native support пре 9 година

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.