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.
Hristo Terezov 4879c5becd feat(JitsiRemoteTrack): Add logs. hace 6 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 Adds confID to JitsiConference option and enables callstats siteID. (#934) hace 6 años
flow-typed/npm flow-typed hace 8 años
modules feat(JitsiRemoteTrack): Add logs. hace 6 años
service resolutions: add 540p aka qHD hace 6 años
.editorconfig remove all participants and tracks when leaving the room hace 10 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 deps: update flow hace 6 años
.gitattributes added "start muted" hace 10 años
.gitignore fix(devices): when add/remove the selected device hace 6 años
JitsiConference.js Remove isModerator logic from P2P call start to avoid Duplicated P2P “session-initiate” in the 2 pears and allow P2P without moderator. hace 6 años
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure hace 6 años
JitsiConferenceEventManager.js Fixes sending speakerstats for p2p and fix sending only when needed. hace 6 años
JitsiConferenceEvents.js Notify for kick and mute (#915) hace 6 años
JitsiConnection.js feat(conference): add way to check if local participant is hidden hace 6 años
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) hace 8 años
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) hace 8 años
JitsiMediaDevices.js Fix typos around permissions (#883) hace 6 años
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 hace 7 años
JitsiMeetJS.js Add video background blur hace 6 años
JitsiParticipant.js Add identity to JitsiParticipant hace 6 años
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 9 años
JitsiTrackError.js fix(GUM): Don't fail when a track is muted. hace 6 años
JitsiTrackErrors.js fix(GUM): Don't fail when a track is muted. hace 6 años
JitsiTrackEvents.js Analytics refactoring (#676) hace 8 años
JitsiTranscriptionStatus.js feat(transcription): Add transcription status hace 8 años
LICENSE initial commit hace 10 años
README.md Updates README, removing "Discuss" section. hace 8 años
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) hace 6 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 feat(RTC): drop support for platforms without the MediaStream constructor hace 6 años
package.json Removes Edge support. (#893) hace 6 años
webpack.config.js build: fix setting webpack mode 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