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ů.
Saúl Ibarra Corretgé 503d47f363 deps: prepare for react-native 0.60 před 6 roky
.github/ISSUE_TEMPLATE Creates issue templates (#763) před 7 roky
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) před 8 roky
doc Partially reverts 24bda8e and uses domain/roomname to report to cs. před 6 roky
flow-typed/npm flow-typed před 8 roky
modules fix(connection-status): pass expected args to type change listener (#959) před 6 roky
service feat(stats): Add audio output problem detector. před 6 roky
.editorconfig remove all participants and tracks when leaving the room před 10 roky
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 před 7 roky
.eslintrc.js use the centralized jitsi eslint config (#623) před 8 roky
.flowconfig deps: prepare for react-native 0.60 před 6 roky
.gitattributes added "start muted" před 10 roky
.gitignore fix(devices): when add/remove the selected device před 6 roky
JitsiConference.js Partially reverts 24bda8e and uses domain/roomname to report to cs. před 6 roky
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure před 6 roky
JitsiConferenceEventManager.js Add display name to chat message meta před 6 roky
JitsiConferenceEvents.js Notify for kick and mute (#915) před 6 roky
JitsiConnection.js feat(conference): add way to check if local participant is hidden před 6 roky
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) před 8 roky
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) před 8 roky
JitsiMediaDevices.js Fix typos around permissions (#883) před 6 roky
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 před 7 roky
JitsiMeetJS.js Add video background blur před 6 roky
JitsiParticipant.js Add identity to JitsiParticipant před 6 roky
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed před 9 roky
JitsiTrackError.js fix(GUM): Don't fail when a track is muted. před 6 roky
JitsiTrackErrors.js fix(GUM): Don't fail when a track is muted. před 6 roky
JitsiTrackEvents.js Analytics refactoring (#676) před 8 roky
JitsiTranscriptionStatus.js feat(transcription): Add transcription status před 8 roky
LICENSE initial commit před 10 roky
README.md Updates README, removing "Discuss" section. před 8 roky
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) před 6 roky
index.js Prepare for webpack 2 před 8 roky
karma.conf.js Packet2json refactor (#721) před 7 roky
package-lock.json deps: prepare for react-native 0.60 před 6 roky
package.json deps: prepare for react-native 0.60 před 6 roky
webpack.config.js build: fix setting webpack mode před 7 roky

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