bigbluebutton-Github/bigbluebutton-html5/imports/api/voice-users
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
..
server refactor(audio): log VoiceUser cleanup on User remove and centralize it 2022-07-20 12:13:37 +00:00
index.js Improve data structure to not break on reconnections 2021-11-03 14:37:54 -03:00