Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
virtuacoplenny a909e59486
feat(xmpp): allow setting resource on room jid (#940)
6 лет назад
.github/ISSUE_TEMPLATE Creates issue templates (#763) 7 лет назад
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) 8 лет назад
doc Adds confID to JitsiConference option and enables callstats siteID. (#934) 6 лет назад
flow-typed/npm flow-typed 8 лет назад
modules feat(xmpp): allow setting resource on room jid (#940) 6 лет назад
service resolutions: add 540p aka qHD 6 лет назад
.editorconfig remove all participants and tracks when leaving the room 9 лет назад
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 лет назад
.eslintrc.js use the centralized jitsi eslint config (#623) 8 лет назад
.flowconfig deps: update flow 6 лет назад
.gitattributes added "start muted" 10 лет назад
.gitignore fix(devices): when add/remove the selected device 6 лет назад
JitsiConference.js feat(xmpp): allow setting resource on room jid (#940) 6 лет назад
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure 6 лет назад
JitsiConferenceEventManager.js fix(conference): fire failed event on o/a failure 6 лет назад
JitsiConferenceEvents.js Notify for kick and mute (#915) 6 лет назад
JitsiConnection.js feat(conference): add way to check if local participant is hidden 6 лет назад
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) 8 лет назад
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) 7 лет назад
JitsiMediaDevices.js Fix typos around permissions (#883) 6 лет назад
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 лет назад
JitsiMeetJS.js Add video background blur 6 лет назад
JitsiParticipant.js Add identity to JitsiParticipant 6 лет назад
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 9 лет назад
JitsiTrackError.js fix(GUM): Don't fail when a track is muted. 6 лет назад
JitsiTrackErrors.js fix(GUM): Don't fail when a track is muted. 6 лет назад
JitsiTrackEvents.js Analytics refactoring (#676) 8 лет назад
JitsiTranscriptionStatus.js feat(transcription): Add transcription status 8 лет назад
LICENSE initial commit 10 лет назад
README.md Updates README, removing "Discuss" section. 8 лет назад
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) 6 лет назад
index.js Prepare for webpack 2 8 лет назад
karma.conf.js Packet2json refactor (#721) 7 лет назад
package-lock.json Removes Edge support. (#893) 6 лет назад
package.json Removes Edge support. (#893) 6 лет назад
webpack.config.js build: fix setting webpack mode 7 лет назад

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