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ů.
Paweł Domas 6e77e10dc7 Merge pull request #9 from isymchych/update-muted-presence před 10 roky
doc propagate FOCUS_LEFT conference error před 10 roky
libs Adopts to new JWT impl where the token goes as BOSH URL param. před 10 roky
modules Leaves ssrcOwners for local use in JingleSessionPC, uses remote streams from RTC for ssrc mapping to resources. For local video/audio stream ssrc to resource we use JingleSessionPC.localStreamsSSRC. před 10 roky
service use statistics module to process peer connection statistics 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 Adds uglify to Makefile and minified version of the library. před 10 roky
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 10 roky
JitsiConference.js update "is muted" state in presence when adding track před 10 roky
JitsiConferenceErrors.js propagate FOCUS_LEFT conference error před 10 roky
JitsiConferenceEvents.js use statistics module to process peer connection statistics před 10 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 10 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 Adds RTCUIHelper class which gathers methods specific to WebRTC and UI. před 10 roky
JitsiParticipant.js propagate AVAILABLE_DEVICES_CHANGED event před 10 roky
JitsiTrackErrors.js Fixes issues with 'firefox extension needed' error před 10 roky
JitsiTrackEvents.js Added videotype for remote streams před 10 roky
LICENSE initial commit před 10 roky
README.md Removes unused files and updates README. před 10 roky
get-version.sh Updates version only when requested. před 10 roky
package.json Updates version only when requested. před 10 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.