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.
damencho a61941fc9a Uses sendBeacon to send presence unavailable on unload. 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 Partially reverts 24bda8e and uses domain/roomname to report to cs. hace 6 años
flow-typed/npm flow-typed hace 8 años
modules Uses sendBeacon to send presence unavailable on unload. hace 6 años
service fix(JitsiConference): decline P2P offer if should not be in P2P 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 update RN to 61 hace 6 años
.gitattributes added "start muted" hace 10 años
.gitignore build: add integration with webpack-bundle-analyzer hace 6 años
JitsiConference.js fix(JitsiConference): decline P2P offer if should not be in P2P hace 6 años
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure hace 6 años
JitsiConferenceEventManager.js Add display name to chat message meta 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 logging: add JitsiMeetJS.setGlobalLogOptions 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 update RN to 61 hace 6 años
package.json update RN to 61 hace 6 años
webpack.config.js build: exit with an error if bundle sizes increase too much hace 6 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