bigbluebutton-Github/bigbluebutton-html5/imports/api/voice-users/server/modifiers
prlanzarin d23189d1ed refactor(audio): log VoiceUser cleanup on User remove and centralize it
There's a VoiceUser cleanup procedure bound to the User's cleanup
routine in Meteor's server-side. That cleanup is _silent_ and does not
use a dedicated modifier from voice-user et al, which is not
straightforward and might waste a few minutes of understanding what's
happening when debugging audio collections.

This commit centralizes that cleanup in a new clearVoiceUser modifier in
voice-user as well as logs when it works.
2022-07-20 12:13:37 +00:00
..
addVoiceUser.js Merge remote-tracking branch 'upstream/v2.2.x-release' into remove-callbacks 2020-11-25 10:54:18 -03:00
changeMuteMeeting.js WIP remove callback from mongo operations 2020-11-23 10:13:46 -03:00
clearVoiceUser.js refactor(audio): log VoiceUser cleanup on User remove and centralize it 2022-07-20 12:13:37 +00:00
clearVoiceUsers.js Prevent a case where voiceUser collection was being clean for entire server 2020-11-30 17:01:41 -03:00
removeVoiceUser.js WIP remove callback from update methods 2020-11-26 13:23:57 -03:00
updateVoiceUser.js video: added voice activity stream sorting, made stream sorting extensible 2021-04-12 19:06:07 +00:00