modified lib-jitsi-meet dev repo
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Leonard Kim 5ef178a105 fix(audio-output): return the reject promise 7 лет назад
.github/ISSUE_TEMPLATE Creates issue templates (#763) 7 лет назад
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) 8 лет назад
doc core: refactor initialization not to return a Promise (continued) 7 лет назад
flow-typed/npm flow-typed 8 лет назад
modules fix(audio-output): return the reject promise 7 лет назад
service core: refactor initialization not to return a Promise 7 лет назад
.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 Upgrade NPM dependencies/packages: react-native 0.55 (continued) 7 лет назад
.gitattributes added "start muted" 10 лет назад
.gitignore fix(browser_caps): clean up. 8 лет назад
JitsiConference.js feat(conference): expose method to select multiple participants (#784) 7 лет назад
JitsiConferenceErrors.js [eslint] lines-around-comment 8 лет назад
JitsiConferenceEventManager.js Skips p2p with bot participants and re-initiate when they leave. 7 лет назад
JitsiConferenceEvents.js feat(JitsiParticipant): expose bot type. 7 лет назад
JitsiConnection.js Adds new parameter details for the connection failed event. (#697) 8 лет назад
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) 8 лет назад
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) 8 лет назад
JitsiMediaDevices.js feat(browser_caps): Implement browser capabilities API. (#690) 8 лет назад
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 7 лет назад
JitsiMeetJS.js core: refactor initialization not to return a Promise (continued) 7 лет назад
JitsiParticipant.js feat(JitsiParticipant): expose bot type. 7 лет назад
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 9 лет назад
JitsiTrackError.js Switches camera id to mandatory when using old gum flow. (#731) 7 лет назад
JitsiTrackErrors.js feat(JitsiLocalTrack): make mute/unmute more resilient 8 лет назад
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): credentials in CONNECTION_FAILED 8 лет назад
index.js Prepare for webpack 2 8 лет назад
karma.conf.js Packet2json refactor (#721) 7 лет назад
package-lock.json chore: Updates the callstats lib. (#774) 7 лет назад
package.json chore: Updates the callstats lib. (#774) 7 лет назад
webpack.config.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 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