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 c76b78eb46 Improves SIP gateway auto configuration by getting feedback from the focus. před 10 roky
css Adds functionality for authentication with external system. před 10 roky
debian Fixes deb package. před 10 roky
doc Update manual-install.md před 10 roky
fonts Adds a side panel toggler, settings menu, avatars, uuids. před 10 roky
images Adds the number of participants to the contact list icon. Adds glowing to the bottom toolbar chat button and the contact list button when a contact enters or leaves. před 10 roky
libs Sends SIP gateway requests through the focus component. před 10 roky
modules Fixes issue with local audio levels. před 10 roky
service/RTC Implements RTC module. před 10 roky
sounds Implements audio and visual chat notifications. Closes issue #7. Implements audio notifications for people joining and leaving. Closes issue #37. před 11 roky
.gitignore add jshint + precommit-hook před 11 roky
.jshintignore add libs to .jshintignore před 11 roky
.jshintrc Adds 80 chars per line rule in the jshint configuration file. před 10 roky
LICENSE initial commit před 11 roky
Makefile Fixes building deb packages. před 10 roky
README.md Implements statistics module. před 10 roky
analytics.js Removes debug message. před 11 roky
api_connector.js fixed typo před 10 roky
app.js Fixes issue with local audio levels. před 10 roky
audio_levels.js Fixes error when myroomjid is null. před 10 roky
avatar.js Implements RTC module. před 10 roky
bottom_toolbar.js Adds a side panel toggler, settings menu, avatars, uuids. před 10 roky
canvas_util.js Fixes an error caused by trying to get a property of undefined related to audio levels. před 11 roky
chat.js Fixes chat messages před 10 roky
chromeonly.html s/JitMeet/Jitsi Meet/ před 11 roky
commands.js Implements the functionality to set subject to the chat room. před 11 roky
config.js Implements recording through a jirecon instance. před 10 roky
connectionquality.js Fixes the issue with the IPv6 addresses in connection quality tooltips. před 10 roky
contact_list.js Merge pull request #205 from Zalmoxisus/master před 10 roky
desktopsharing.js Implements RTC module. před 10 roky
estos_log.js fix errors reported by jshint před 11 roky
etherpad.js Fixes active speaker avatar and active speaker audio level missmatch. před 10 roky
external_api.js ssl support před 10 roky
favicon.ico Added favicon.ico for 1) better jitsi brand recognition and 2) getting rid of warnings in web server log files před 11 roky
index.html Bumps js versions, updates bundles. před 10 roky
interface_config.js Updates invitation email. před 10 roky
jitsipopover.js Fixes positioning issues with connection popover. Fixes some issues with removal of the connection popover. před 10 roky
keyboard_shortcut.js Change the css theme of the chat. před 10 roky
media_stream.js Adds a side panel toggler, settings menu, avatars, uuids. před 10 roky
message_handler.js Handles the case where browser is blocking popups and prevents from opening authentication window. před 10 roky
moderatemuc.js Adds functionality for authentication with external system. před 10 roky
moderator.js Improves SIP gateway auto configuration by getting feedback from the focus. před 10 roky
muc.js Do not log presence changes to the console. před 10 roky
package.json Adds package.json files for our browserify modules. před 10 roky
prezi.js Fixes active speaker avatar and active speaker audio level missmatch. před 10 roky
recording.js Implements recording through a jirecon instance. před 10 roky
replacement.js Change the css theme of the chat. před 10 roky
roomname_generator.js Cleans the words list. před 10 roky
settings_menu.js Adds a side panel toggler, settings menu, avatars, uuids. před 10 roky
side_panel_toggler.js Adds a side panel toggler, settings menu, avatars, uuids. před 10 roky
simulcast.js Fixes undesirable falsy value in simulcast.js. před 10 roky
smileys.js Fixes a smile typo that causing missing image před 10 roky
title.html Implements the title of the page to be generated as server-side include. před 10 roky
toolbar.js Improves SIP gateway auto configuration by getting feedback from the focus. před 10 roky
toolbar_toggler.js Replaces 'focus' occurrences with moderator for handling privileged functionalities. před 10 roky
tracking.js add missing tracking.js to #128 před 10 roky
util.js Merge branch 'master' into ssfocus před 10 roky
videolayout.js Fixes NPE. před 10 roky
webrtcrequired.html s/JitMeet/Jitsi Meet/ před 11 roky

README.md

Jitsi Meet - Secure, Simple and Scalable Video Conferences

Jitsi Meet is an open-source (MIT) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences. You can see Jitsi Meet in action here at the 482 session of the VoIP Users Conference.

You can also try it out yourself at https://meet.jit.si .

Jitsi Meet allows for very efficient collaboration. It allows users to stream their desktop or only some windows. It also supports shared document editing with Etherpad and remote presentations with Prezi.

Installation

Installing Jitsi Meet is quite a simple experience. For Debian-based systems, we recommend following the quick-install document, which uses the package system.

For other systems, or if you wish to install all components manually, see the detailed installation instructions.

Development tools

Jitsi Meet uses Browserify. If you want to make changes in the code you need to install Browserify. Browserify requires nodejs.

Discuss

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

Acknowledgements

Jitsi Meet started out as a sample conferencing application using Jitsi Videobridge. It was originally developed by Philipp Hancke who then contributed it to the community where development continues with joint forces!