You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long answer:
The first console.log() is the output of the detect speaker, the console.info(userNameMain...innerText... ) outputs the logged in BBB users. Then there is a check so that the custom volume is only triggered if its another users (and not you self) speaking. The console.warn() is just another debug, not an actual warning. I'm gonna release a version where all that debug stuff is just .log() and not .warn() to make things clear.
Now to the 'not working' / 'working as expected' part: Its only possible to apply the the volume change when there is a change to detect (new user speaking, speak break ,...) so while the user is talking (A) you wont see an instant effect but as soon as he makes a break (to catch some air xD) (B) or another user talks the new volume is applied.
I gonna add some info about this to the description/readme.✓
In case you have further question, feel free to reply
Describe the bug
The per-user volume slider doesn't change the user volume.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The volume of the specified user should change.
ScreenshotsLogsThe browser console is full of warnings created by volume.js line 171
console.log(speakerName); and console.info(document.getElementsByClassName("userNameMain--2fo2zM")[0].children[0].innerText.trim()) show different names (if that is of value). The speakerName is the correct name of the person talking and the userNameMain...innerText... is my own name.
Software information
The text was updated successfully, but these errors were encountered: