bigbluebutton-Github/bigbluebutton-html5/imports/startup/server
Pedro Beschorner Marin 0c4cf0135d Handle pad's events and Meteor's instances
Since Meteor was split in multiple process and events started to be
filtered by instances, all Etherpad's Redis events were being discarded.

Etherpad has a Redis' publisher plugin that is unaware of BigBlueButton's
existence. All the communication between them is kept simple with minimal
of internal data exchange. The concept of distincts subscribers at Meteor's
side broke part of this simplicity and, now, Etherpad has to know which
instance must receive it's messages. To provide such information I decided
to include Meteor's instance as part of the pad's id. Should look like:

 - [instanceId]padId for the shared notes
 - [instanceId]padId_cc_(locale) for the closed captions

With those changes the pad id generation made at the recording scripts had to
be re-done because there is no instance id available. Pad id is now recorded at
akka-apps and queried while archiving the shared notes.
2021-03-23 18:03:50 -03:00
..
ClientConnections.js add check after extractCredentials is used 2021-03-16 13:15:41 -03:00
etherpad.js Handle pad's events and Meteor's instances 2021-03-23 18:03:50 -03:00
index.js Applies changes needed to serve locale files as static content (#11234) 2021-03-11 06:42:41 -05:00
logger.js
metrics.js Add option to generate heapdump file and improve metrics 2020-12-15 13:10:39 -03:00
minBrowserVersion.js
redis.js Handle pad's events and Meteor's instances 2021-03-23 18:03:50 -03:00
settings.js Implemented merge option for default and local settings. 2021-02-19 14:44:23 +01:00