Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Lyubomir Marinov 6bb7eadf9a Expresses the desire to have the conference focus invited into the MUC ASAP. 9 роки тому
connection_optimization Adds constant for statuses in external_connection.js 9 роки тому
doc Basic Jibri recording refactoring. 9 роки тому
libs Adopts to new JWT impl where the token goes as BOSH URL param. 10 роки тому
modules Expresses the desire to have the conference focus invited into the MUC ASAP. 9 роки тому
service Basic Jibri recording refactoring. 9 роки тому
.editorconfig remove all participants and tracks when leaving the room 10 роки тому
.gitattributes added "start muted" 10 роки тому
.gitignore Updates package.json with dependencies and scripts. Removes Makefile. Adds version to the library. 10 роки тому
.jshintignore store userId and callStatsUserName globally (was per-conference) 10 роки тому
.jshintrc Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. 10 роки тому
JitsiConference.js Basic Jibri recording refactoring. 9 роки тому
JitsiConferenceErrors.js Fixes errors after review 9 роки тому
JitsiConferenceEvents.js Basic Jibri recording refactoring. 9 роки тому
JitsiConnection.js Implements attach method in JitsiConnection. Fixes token auth. 9 роки тому
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. 10 роки тому
JitsiConnectionEvents.js Fixes typos 10 роки тому
JitsiMeetJS.js Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. 10 роки тому
JitsiParticipant.js propagate AVAILABLE_DEVICES_CHANGED event 10 роки тому
JitsiRecorderErrors.js Basic Jibri recording refactoring. 9 роки тому
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. 9 роки тому
JitsiTrackEvents.js Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. 10 роки тому
LICENSE initial commit 10 роки тому
README.md Removes unused files and updates README. 10 роки тому
get-version.sh Updates version only when requested. 10 роки тому
package.json Prints the version of lib when building. 9 роки тому

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.