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ů.
George Politis c5a9411a56
Merge pull request #942 from jitsi/analytics-event-for-connectivity-issues
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 Adds confID to JitsiConference option and enables callstats siteID. (#934) před 6 roky
flow-typed/npm flow-typed před 8 roky
modules Send peer connection status changes to the analytics backend. před 6 roky
service Send peer connection status changes to the analytics backend. 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: update flow 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 Fixes obtaining hosts.domain from the correct options, from JitsiConn. před 6 roky
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure před 6 roky
JitsiConferenceEventManager.js fix(conference): fire failed event on o/a failure 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): credentials in CONNECTION_FAILED před 8 roky
index.js Prepare for webpack 2 před 8 roky
karma.conf.js Packet2json refactor (#721) před 7 roky
package-lock.json Removes Edge support. (#893) před 6 roky
package.json Removes Edge support. (#893) 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