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é 31b1910841
Merge pull request #743 from jitsi/reject_leave_on_timeout
преди 7 години
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) преди 8 години
doc feat(recording): frontend logic can support live streaming and recording (#741) преди 7 години
flow-typed/npm flow-typed преди 8 години
modules feat(recording): frontend logic can support live streaming and recording (#741) преди 7 години
service feat(recording): frontend logic can support live streaming and recording (#741) преди 7 години
.editorconfig remove all participants and tracks when leaving the room преди 10 години
.eslintignore fix(browser_caps): clean up. преди 8 години
.eslintrc.js use the centralized jitsi eslint config (#623) преди 8 години
.flowconfig Upgrade NPM dependencies/packages: react-native 0.51 преди 8 години
.gitattributes added "start muted" преди 10 години
.gitignore fix(browser_caps): clean up. преди 8 години
JitsiConference.js fix(JitsiConference.leave): reject in case of a timeout преди 7 години
JitsiConferenceErrors.js [eslint] lines-around-comment преди 8 години
JitsiConferenceEventManager.js feat(recording): frontend logic can support live streaming and recording (#741) преди 7 години
JitsiConferenceEvents.js feat(recording): frontend logic can support live streaming and recording (#741) преди 7 години
JitsiConnection.js Adds new parameter details for the connection failed event. (#697) преди 8 години
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) преди 8 години
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) преди 8 години
JitsiMediaDevices.js feat(browser_caps): Implement browser capabilities API. (#690) преди 8 години
JitsiMediaDevicesEvents.js [eslint] lines-around-comment преди 8 години
JitsiMeetJS.js feat(recording): frontend logic can support live streaming and recording (#741) преди 7 години
JitsiParticipant.js Stores initial participant status and skips the status changed event. преди 8 години
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed преди 9 години
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) преди 8 години
JitsiTranscriptionStatus.js feat(transcription): Add transcription status преди 8 години
LICENSE initial commit преди 10 години
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 Packet2json refactor (#721) преди 7 години
package.json Packet2json refactor (#721) преди 7 години
webpack.config.js ref(browser): Use js-utils. преди 8 години

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