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 1ccf494169 Fixes error type not set correctly on jingle error response, adds more warnings před 9 roky
doc Fixes errors after review před 9 roky
libs Adopts to new JWT impl where the token goes as BOSH URL param. před 10 roky
modules Fixes error type not set correctly on jingle error response, adds more warnings před 9 roky
service Captures all IQ errors coming from JingleSessionPC, adds timeout constant, adds JINGLE_ERROR event, adds missing semicolons před 9 roky
.editorconfig remove all participants and tracks when leaving the room 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 store userId and callStatsUserName globally (was per-conference) před 10 roky
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. před 10 roky
JitsiConference.js Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code před 9 roky
JitsiConferenceErrors.js Fixes errors after review před 9 roky
JitsiConferenceEvents.js add AUTH_STATUS_CHANGED event 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 Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. před 10 roky
JitsiParticipant.js propagate AVAILABLE_DEVICES_CHANGED event před 10 roky
JitsiTrackErrors.js Returns Promise from mute/unmute and ignores requests while mute/unmuting is in progress. Moves mute/unmute methods to JitsiLocalTrack as said in API docs. před 10 roky
JitsiTrackEvents.js Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. 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 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 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.