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ů.
isymchych 9df12f9fa2 remove all participants and tracks when leaving the room před 9 roky
doc remove all participants and tracks when leaving the room před 9 roky
libs Adopts to new JWT impl where the token goes as BOSH URL param. před 9 roky
modules Fixes issue with adding muted video stream to peerconnection. před 9 roky
service Changes video mute/unmute implementation. JitsiLocalTrack objects store information about the SSRCs. On video mute / unmute operation no jingle packets are sent anymore. před 9 roky
.editorconfig remove all participants and tracks when leaving the room před 9 roky
.gitattributes added "start muted" před 9 roky
.gitignore Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library. před 9 roky
.jshintignore Adds uglify to Makefile and minified version of the library. před 9 roky
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 9 roky
JitsiConference.js remove all participants and tracks when leaving the room před 9 roky
JitsiConferenceErrors.js propagate FOCUS_LEFT conference error před 9 roky
JitsiConferenceEvents.js use statistics module to process peer connection statistics před 9 roky
JitsiConnection.js Allows testing how synchronous and asynchronous Strophe affects the reliability of the delivery of unavailable presence to the XMPP server. před 9 roky
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 9 roky
JitsiConnectionEvents.js Fixes typos před 9 roky
JitsiMeetJS.js Re-order resolution preference, so that we always preference 16:9 ratio when we fallback. před 9 roky
JitsiParticipant.js propagate AVAILABLE_DEVICES_CHANGED event před 9 roky
JitsiTrackErrors.js Fixes issues with 'firefox extension needed' error před 9 roky
JitsiTrackEvents.js Added videotype for remote streams před 9 roky
LICENSE initial commit před 10 roky
README.md Removes unused files and updates README. před 9 roky
get-version.sh Updates version only when requested. před 9 roky
package.json Changes video mute/unmute implementation. JitsiLocalTrack objects store information about the SSRCs. On video mute / unmute operation no jingle packets are sent anymore. 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

Discuss

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