Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
damencho a61941fc9a Uses sendBeacon to send presence unavailable on unload. 6 лет назад
.github/ISSUE_TEMPLATE Creates issue templates (#763) 7 лет назад
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) 8 лет назад
doc Partially reverts 24bda8e and uses domain/roomname to report to cs. 6 лет назад
flow-typed/npm flow-typed 8 лет назад
modules Uses sendBeacon to send presence unavailable on unload. 6 лет назад
service fix(JitsiConference): decline P2P offer if should not be in P2P 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 fix(JitsiConference): decline P2P offer if should not be in P2P 6 лет назад
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure 6 лет назад
JitsiConferenceEventManager.js Add display name to chat message meta 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) 8 лет назад
JitsiMediaDevices.js Fix typos around permissions (#883) 6 лет назад
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 лет назад
JitsiMeetJS.js logging: add JitsiMeetJS.setGlobalLogOptions 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 update RN to 61 6 лет назад
package.json update RN to 61 6 лет назад
webpack.config.js build: exit with an error if bundle sizes increase too much 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