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

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.