You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bgrozev e097a1189e
feat: Measures end-to-end RTT with ping over the data channel. (#795)
hace 7 años
.github/ISSUE_TEMPLATE Creates issue templates (#763) hace 7 años
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) hace 8 años
doc core: refactor initialization not to return a Promise (continued) hace 7 años
flow-typed/npm flow-typed hace 8 años
modules feat: Measures end-to-end RTT with ping over the data channel. (#795) hace 7 años
service feat: Measures end-to-end RTT with ping over the data channel. (#795) hace 7 años
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 hace 7 años
.eslintrc.js use the centralized jitsi eslint config (#623) hace 8 años
.flowconfig Upgrade NPM dependencies/packages: react-native 0.55 (continued) hace 7 años
.gitattributes added "start muted" hace 9 años
.gitignore fix(browser_caps): clean up. hace 7 años
JitsiConference.js feat: Measures end-to-end RTT with ping over the data channel. (#795) hace 7 años
JitsiConferenceErrors.js [eslint] lines-around-comment hace 8 años
JitsiConferenceEventManager.js Skips p2p with bot participants and re-initiate when they leave. hace 7 años
JitsiConferenceEvents.js feat: Measures end-to-end RTT with ping over the data channel. (#795) hace 7 años
JitsiConnection.js Adds new parameter details for the connection failed event. (#697) hace 7 años
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) hace 7 años
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) hace 7 años
JitsiMediaDevices.js feat(browser_caps): Implement browser capabilities API. (#690) hace 7 años
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 hace 7 años
JitsiMeetJS.js feat: Measures end-to-end RTT with ping over the data channel. (#795) hace 7 años
JitsiParticipant.js feat(JitsiParticipant): expose bot type. hace 7 años
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 8 años
JitsiTrackError.js Switches camera id to mandatory when using old gum flow. (#731) hace 7 años
JitsiTrackErrors.js feat(JitsiLocalTrack): make mute/unmute more resilient hace 8 años
JitsiTrackEvents.js Analytics refactoring (#676) hace 7 años
JitsiTranscriptionStatus.js feat(transcription): Add transcription status hace 8 años
LICENSE initial commit hace 9 años
README.md Updates README, removing "Discuss" section. hace 8 años
authenticateAndUpgradeRole.js feat(xmpp): credentials in CONNECTION_FAILED hace 8 años
index.js Prepare for webpack 2 hace 8 años
karma.conf.js Packet2json refactor (#721) hace 7 años
package-lock.json chore: Updates the callstats lib. (#774) hace 7 años
package.json chore: Updates the callstats lib. (#774) hace 7 años
webpack.config.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 hace 7 años

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