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.
Saúl Ibarra Corretgé a8349d40a1
feat(JitsiConnectionErrors): remove unused constant (#656)
hace 7 años
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) hace 8 años
doc feat(JitsiConnectionErrors): remove unused constant (#656) hace 7 años
flow-typed/npm flow-typed hace 8 años
modules Reports ssrc to callstats when screen sharing is started. (#657) hace 7 años
service Reports ssrc to callstats when screen sharing is started. (#657) hace 7 años
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore flow-typed hace 8 años
.eslintrc.js use the centralized jitsi eslint config (#623) hace 8 años
.flowconfig feat: flow-bin 0.53.0 hace 8 años
.gitattributes added "start muted" hace 9 años
.gitignore style(gitignore): Add .sync-config.cson hace 9 años
JitsiConference.js Reports ssrc to callstats when screen sharing is started. (#657) hace 7 años
JitsiConferenceErrors.js [eslint] lines-around-comment hace 8 años
JitsiConferenceEventManager.js Reports ssrc to callstats when screen sharing is started. (#657) hace 7 años
JitsiConferenceEvents.js VideoSIPGW updates (#649) hace 8 años
JitsiConnection.js Cleanup (#643) hace 8 años
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) hace 7 años
JitsiConnectionEvents.js [eslint] lines-around-comment hace 8 años
JitsiMediaDevices.js feat(audio-only): be able to lock a browser into capturing audio only hace 8 años
JitsiMediaDevicesEvents.js [eslint] lines-around-comment hace 8 años
JitsiMeetJS.js fix(gum): skip retry if using new gum flow (#654) hace 7 años
JitsiParticipant.js Stores initial participant status and skips the status changed event. hace 7 años
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 8 años
JitsiRecorderErrors.js [eslint] no-var hace 8 años
JitsiTrackError.js fix(gum): handle NotAllowedError (#646) hace 8 años
JitsiTrackErrors.js feat(JitsiLocalTrack): make mute/unmute more resilient hace 8 años
JitsiTrackEvents.js ref(JitsiTrackEvents.TRACK_AUDIO_LEVEL_CHANGED): reorder args hace 8 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 feat(tests): run on phantomjs by default hace 8 años
package-lock.json npm update hace 8 años
package.json npm update hace 8 años
webpack.config.js Uses environment variable to set JitsiMeetJS.version. hace 8 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