modified lib-jitsi-meet dev repo
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
paweldomas 8a41d02407 feat(XmppConnection): use full jitter backoff patter for resume retry 5 лет назад
.github/ISSUE_TEMPLATE Creates issue templates (#763) 7 лет назад
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) 8 лет назад
doc ref: deprecate and rename 'bosh' option to 'serviceUrl' (#1022) 6 лет назад
flow-typed/npm flow-typed 8 лет назад
modules feat(XmppConnection): use full jitter backoff patter for resume retry 5 лет назад
service Add conference duration timer, get conference started timestamp (#1014) 6 лет назад
.editorconfig remove all participants and tracks when leaving the room 10 лет назад
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 лет назад
.eslintrc.js use the centralized jitsi eslint config (#623) 8 лет назад
.flowconfig update RN to 61 6 лет назад
.gitattributes added "start muted" 10 лет назад
.gitignore build: add integration with webpack-bundle-analyzer 6 лет назад
JitsiConference.js ref(JitsiConference): mention ping type and include the error message 6 лет назад
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure 6 лет назад
JitsiConferenceEventManager.js fix: use consistent log format for TIME prints 6 лет назад
JitsiConferenceEvents.js Noisy microphone detection (#1013) 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) 8 лет назад
JitsiMediaDevices.js Fix typos around permissions (#883) 6 лет назад
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 лет назад
JitsiMeetJS.js refactor / address code review 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 feat: resume XMPP stream on connection drop 5 лет назад
package.json feat: resume XMPP stream on connection drop 5 лет назад
webpack.config.js address code review 6 лет назад

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