Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
paweldomas 2fb775cede fix(ParticipantConnectionStatus): status from JVB is true by default vor 9 Jahren
connection_optimization ESLint vor 9 Jahren
doc ESLint vor 9 Jahren
libs Adopts to new JWT impl where the token goes as BOSH URL param. vor 10 Jahren
modules fix(ParticipantConnectionStatus): status from JVB is true by default vor 9 Jahren
service fix(JitsiConference.leave): Promise and logic vor 9 Jahren
.editorconfig remove all participants and tracks when leaving the room vor 10 Jahren
.eslintignore ESLint vor 9 Jahren
.eslintrc.js ESLint vor 9 Jahren
.gitattributes added "start muted" vor 10 Jahren
.gitignore style(gitignore): Add .sync-config.cson vor 9 Jahren
.jshintignore Remove unused connectionquality module vor 9 Jahren
.jshintrc ES6 for JitsiTrackEvents vor 9 Jahren
JitsiConference.js Merge pull request #278 from jitsi/remove_audio_problem_detection vor 9 Jahren
JitsiConferenceErrors.js Adds not allowed errors and handling it. vor 9 Jahren
JitsiConferenceEventManager.js Merge pull request #278 from jitsi/remove_audio_problem_detection vor 9 Jahren
JitsiConferenceEvents.js Sort in alphabetical order vor 9 Jahren
JitsiConnection.js feat(analytics): Add support for permanent properties and new parameters format vor 9 Jahren
JitsiConnectionErrors.js ES6 for JitsiConnectionErrors vor 9 Jahren
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos vor 9 Jahren
JitsiMediaDevices.js ESLint vor 9 Jahren
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents vor 9 Jahren
JitsiMeetJS.js feat(analytics): Add support for permanent properties and new parameters format vor 9 Jahren
JitsiParticipant.js ref(peer conn status): moves hasRtcMutedVideoTrack vor 9 Jahren
JitsiRecorderErrors.js Handle jibri errors and busy status vor 9 Jahren
JitsiTrackError.js feat(JitsiLocalTrack): Implement camera issues detection vor 9 Jahren
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection vor 9 Jahren
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection vor 9 Jahren
LICENSE initial commit vor 10 Jahren
README.md Recompile browserify bundle on file changes (watch mode) vor 9 Jahren
get-version.sh Updates version only when requested. vor 10 Jahren
package.json Updates socket.io version to callstats recommended version. vor 9 Jahren
webpack.config.js Remove .babelrc to simplify React Native support vor 9 Jahren

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.