-
-
-
rc-220506-2.4.4830afa16 · ·
added clientSettings.js and some additional checks
-
rc-220505-2.4.4a47edc03 · ·
added video avatar and multiple channel activation, both switchable on/off
-
rc-220405-2.4.4ea4ddf0f · ·
volume sliders and speech detection are not mutually exclusive anymore. when speech detection is enabled, the slider controls the volume of the original channel that is used whenever an interpreter is speaking.
-
-
rc-220317-2.4.431e4a808 · ·
refactored and re-added speech detection added some info to README
-
-
release_220220465dbf2a · ·
speaker channel activation is now called outside of createSpeakerChannel. This allows creating multiple channels without activating them, and then only activating a single one after creation
-
release_22021611953a69 · ·
language choice is hidden when ending translation interpreter mute button now hidden when exitAudio is called while a speaker channel is selected removed the "connect all bridges" button. This action is now triggered when selecting a speaker channel for the first time. after creating all speaker channels, the mute state is now properly set. due to how the promise chain in the connection methods in the SIP handler is designed, a race condition might occur that would trigger the channel activation before the channel was actually created. this problem is circumvented by having a periodic check on the mute state (every 2s).
-
release_220214f3eb832f · ·
Moved interpretation logic to a separate service TranslationManager. some renaming: translation bridges -> listener bridges translator bridges -> speaker bridges When audio exited/listen only, or interpretation is inactive, interpretation-related UI elements will now be hidden. Clicking "End Interpretation" will now trigger an event that informs all connected clients to: exit all listener bridges exit all speaker bridges join floor channel reset floor/translation volume After translation is started, moderators can now use the "Open all bridges" button to connect all translator bridges at once. Fixed a bug that would cause the interpreter audio listening channel to keep opened after an interpreter has joined a speaker bridge and left again. Channel switching now only works if the channel is not already active. Added some error handling and robustness improvements
-
release_220128_wechangeee77f4d8 · ·
added check for translation status when starting bridge. this fixes issuse 138
-
release_220126662de365 · ·
removed multiple translator channels added check for translation status when starting bridge
-
release_220112a64115a6 · ·
Created a separate branch, containing the main branch and the video avatar feature.
-
-
-
video-avatar_1.0.166156c61 · ·
- merged translation features - fixed cross-origin image source
-
release_211114d0ed4b87 · ·
Channel sliders now control both floor and interpreter volume
-
video-avatar83ef1cf4 · ·
Includes the video avatar feature. Based on 2.3.14 w/ translation toggle.
-
release_2110153ce2eff0 · ·
Migrated to BigBlueButton 2.3.14 and added a switch for enabling/disabling the translation feature.