Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Дамян Минков 645e0bb726 Merge pull request #293 from jitsi/fix_send_event_to_all 9 år sedan
connection_optimization ESLint 9 år sedan
doc ESLint 9 år sedan
libs Adopts to new JWT impl where the token goes as BOSH URL param. 9 år sedan
modules fix(statistics): sendEventToAll was not passing string to callstats 9 år sedan
service fix(JitsiConference.leave): Promise and logic 9 år sedan
.editorconfig remove all participants and tracks when leaving the room 9 år sedan
.eslintignore ESLint 9 år sedan
.eslintrc.js ESLint 9 år sedan
.gitattributes added "start muted" 9 år sedan
.gitignore style(gitignore): Add .sync-config.cson 9 år sedan
.jshintignore Remove unused connectionquality module 9 år sedan
.jshintrc ES6 for JitsiTrackEvents 9 år sedan
JitsiConference.js ref(Jingle): Jingle session state + terminate cleanup 9 år sedan
JitsiConferenceErrors.js Adds not allowed errors and handling it. 9 år sedan
JitsiConferenceEventManager.js fix(JitsiConference.leave): Promise and logic 9 år sedan
JitsiConferenceEvents.js Sort in alphabetical order 9 år sedan
JitsiConnection.js feat(analytics): Add support for permanent properties and new parameters format 9 år sedan
JitsiConnectionErrors.js ES6 for JitsiConnectionErrors 9 år sedan
JitsiConnectionEvents.js ES6 for JitsiConnectionEvents 9 år sedan
JitsiMediaDevices.js ESLint 9 år sedan
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents 9 år sedan
JitsiMeetJS.js feat(analytics): Add support for permanent properties and new parameters format 9 år sedan
JitsiParticipant.js feat: add PARTICIPANT_CONN_STATUS_CHANGED conference event 9 år sedan
JitsiRecorderErrors.js Handle jibri errors and busy status 9 år sedan
JitsiTrackError.js feat(JitsiLocalTrack): Implement camera issues detection 9 år sedan
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection 9 år sedan
JitsiTrackEvents.js feat(JitsiLocalTrack): Implement camera issues detection 9 år sedan
LICENSE initial commit 9 år sedan
README.md Recompile browserify bundle on file changes (watch mode) 9 år sedan
get-version.sh Updates version only when requested. 9 år sedan
package.json Updates socket.io version to callstats recommended version. 9 år sedan
webpack.config.js Remove .babelrc to simplify React Native support 9 år sedan

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.