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)
преди 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 feat: Measures end-to-end RTT with ping over the data channel. (#795) преди 7 години
service feat: Measures end-to-end RTT with ping over the data channel. (#795) преди 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" преди 9 години
.gitignore fix(browser_caps): clean up. преди 7 години
JitsiConference.js feat: Measures end-to-end RTT with ping over the data channel. (#795) преди 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: Measures end-to-end RTT with ping over the data channel. (#795) преди 7 години
JitsiConnection.js Adds new parameter details for the connection failed event. (#697) преди 7 години
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) преди 7 години
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) преди 7 години
JitsiMediaDevices.js feat(browser_caps): Implement browser capabilities API. (#690) преди 7 години
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 преди 7 години
JitsiMeetJS.js feat: Measures end-to-end RTT with ping over the data channel. (#795) преди 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 преди 8 години
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) преди 7 години
JitsiTranscriptionStatus.js feat(transcription): Add transcription status преди 8 години
LICENSE initial commit преди 9 години
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