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ů.
bbaldino a43f76b8a9 Merge pull request #375 from jitsi/fix-transport-replace před 9 roky
connection_optimization ESLint před 9 roky
doc add notes on preferH264 (and disableRtx) to the api doc před 9 roky
modules fix(JingleSessionPC): transport-replace před 9 roky
service ref: remove double "l" from SignallingLayer před 9 roky
.editorconfig remove all participants and tracks when leaving the room před 10 roky
.eslintignore ref(libs): moves the libs directory to doc/example před 9 roky
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil před 9 roky
.gitattributes added "start muted" před 10 roky
.gitignore style(gitignore): Add .sync-config.cson před 9 roky
.jshintignore ref: move TraceablePeerConnection to RTC před 9 roky
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil před 9 roky
JitsiConference.js ref(JitsiConference): cleanup imports před 9 roky
JitsiConferenceErrors.js Adds not allowed errors and handling it. před 9 roky
JitsiConferenceEventManager.js ref(RTC): cleanup local track access před 9 roky
JitsiConferenceEvents.js fix(caps): add event to notify when caps version for a user is changed před 9 roky
JitsiConnection.js feat(caps): Implement XEP-0115 před 9 roky
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type před 9 roky
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos před 9 roky
JitsiMediaDevices.js ref(Listenable): some classes to use Listenable před 9 roky
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents před 9 roky
JitsiMeetJS.js ref(Listenable): some classes to use Listenable před 9 roky
JitsiParticipant.js fix(caps): JitsiParticipant.getFeatures method před 9 roky
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed před 9 roky
JitsiRecorderErrors.js Handle jibri errors and busy status před 9 roky
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance před 9 roky
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection před 9 roky
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection před 9 roky
LICENSE initial commit před 10 roky
README.md doc: remove browserify mention from README před 9 roky
get-version.sh Updates version only when requested. před 10 roky
karma.conf.js don't ignore karma.conf.js for linting před 9 roky
package.json Sdp overhaul (#338) před 9 roky
webpack.config.js Prepare for webpack 2 před 9 roky

README.md

Jitsi Meet API library

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

Discuss

Please use the Jitsi dev mailing list to discuss feature requests before opening an issue on Github.