You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
paweldomas d5c87ff6b9 fix(logs&stats): BEFORE_STATISTICS_DISPOSED hace 8 años
connection_optimization [eslint] camelcase hace 8 años
doc Introduces new config ignoreStartMuted, ignores start muted option. (#428) hace 8 años
flow-typed/npm [eslint] quotes hace 8 años
modules fix(logs&stats): BEFORE_STATISTICS_DISPOSED hace 8 años
service Adds video sip gw handling. (#409) hace 8 años
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore [eslint] no-var hace 8 años
.eslintrc.js [eslint] require-jsdoc hace 8 años
.flowconfig Flow - A static type checker for JavaScript hace 8 años
.gitattributes added "start muted" hace 9 años
.gitignore style(gitignore): Add .sync-config.cson hace 9 años
.jshintignore Re-enable jshint with a minimal configuration hace 8 años
.jshintrc Re-enable jshint with a minimal configuration hace 8 años
JitsiConference.js callstats: report P2P calls to CallStats (#445) hace 8 años
JitsiConferenceErrors.js [eslint] lines-around-comment hace 8 años
JitsiConferenceEventManager.js callstats: report P2P calls to CallStats (#445) hace 8 años
JitsiConferenceEvents.js Adds peer connection statuses (active/inactive/interrupted/restoring). (#430) hace 8 años
JitsiConnection.js P2P ver2 (#413) hace 8 años
JitsiConnectionErrors.js [eslint] lines-around-comment hace 8 años
JitsiConnectionEvents.js [eslint] lines-around-comment hace 8 años
JitsiMediaDevices.js feat: add methods to check muti-mic support and stats collecting hace 8 años
JitsiMediaDevicesEvents.js [eslint] lines-around-comment hace 8 años
JitsiMeetJS.js feat: add methods to check muti-mic support and stats collecting hace 8 años
JitsiParticipant.js Adds peer connection statuses (active/inactive/interrupted/restoring). (#430) hace 8 años
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 8 años
JitsiRecorderErrors.js [eslint] no-var hace 8 años
JitsiTrackError.js electron: call into JitsiMeet to open a desktop picker hace 8 años
JitsiTrackErrors.js electron: call into JitsiMeet to open a desktop picker hace 8 años
JitsiTrackEvents.js [eslint] lines-around-comment hace 8 años
LICENSE initial commit hace 9 años
README.md doc: update README hace 8 años
get-version.sh Updates version only when requested. hace 9 años
karma.conf.js [eslint] comma-dangle, comma-spacing hace 8 años
package.json Update NPM dependencies/packages hace 8 años
webpack.config.js [eslint] prefer-template hace 8 años

README.md

Jitsi Meet API library

You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.

Installation

Checkout the examples.

Building the sources

To build the library, just type:

npm install

Discuss

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