Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
paweldomas b58a6f06dc Fix the naming of RTC.removeRemoteTrack před 9 roky
connection_optimization Renames performanceTimes to ConnectionTimes před 9 roky
doc Update tokens.md před 9 roky
libs Adopts to new JWT impl where the token goes as BOSH URL param. před 10 roky
modules Fix the naming of RTC.removeRemoteTrack před 9 roky
service Rename "stream" to "track" in RTC context plus fixes před 9 roky
.editorconfig remove all participants and tracks when leaving the room před 10 roky
.gitattributes added "start muted" před 10 roky
.gitignore Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library. před 10 roky
.jshintignore store userId and callStatsUserName globally (was per-conference) před 10 roky
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 10 roky
JitsiConference.js Fix the naming of RTC.removeRemoteTrack před 9 roky
JitsiConferenceErrors.js Fixes errors after review před 9 roky
JitsiConferenceEvents.js Removes unused CONNECTION_CLOSED event před 9 roky
JitsiConnection.js Renames performanceTimes to ConnectionTimes před 9 roky
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 10 roky
JitsiConnectionEvents.js Fixes typos před 10 roky
JitsiMeetJS.js Add MediaType před 9 roky
JitsiParticipant.js Changes JitsiConference.getLocalTracks and JitsiParticipant.getTracks to return cloned array of tracks před 9 roky
JitsiRecorderErrors.js Basic Jibri recording refactoring. před 9 roky
JitsiTrackErrors.js Fixed issue with not recognising unsupported resolution error před 9 roky
JitsiTrackEvents.js Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. před 10 roky
LICENSE initial commit před 10 roky
README.md Recompile browserify bundle on file changes (watch mode) před 9 roky
get-version.sh Updates version only when requested. před 10 roky
package.json Uses sdp-simulcast 0.1.6 (fixes for RTX + simulcast). před 9 roky

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.