bigbluebutton-Github/bigbluebutton-html5
Paulo Lanzarin f55bd7b114
chore(audio): add I/O device data to audio logs (#21502)
I/O device IDs are logged in some specific logCodes, but they aren't too
useful on their own without the rest of the MediaDeviceInfo object. We
need that extra data (label, group) to be able to better investigate
incorrect device issues and NotFoundError occurrences.

Register full I/O device info whenever the client fetches them and add
those, unfiltered, to the following logCodes:
  - audiomanager_error_getting_device
  - audiomanager_error_device_not_found
  - audiomanager_error_unknown
  - audio_joined
  - audio_ended
  - audio_failure
  - audiomanager_input_live_device_change_failure
  - audiomanager_output_device_change_failure
2024-10-24 21:19:21 -04:00
..
.vscode
client Add: new connection close error messages (#21392) 2024-10-14 21:23:58 -03:00
imports chore(audio): add I/O device data to audio logs (#21502) 2024-10-24 21:19:21 -04:00
private/config revert settings change 2024-10-22 13:53:33 -03:00
public Translate en.json in fa_IR (#21524) 2024-10-24 21:14:44 -04:00
server Add dynamic import config 2024-07-02 17:04:34 -03:00
.eslintignore
.eslintrc.js disable require default props eslint rule 2024-06-11 10:03:42 -03:00
.gitignore Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
babel.config.js Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
deploy.sh build: move bbb-html5 files from /var/bigbluebutton 2024-09-25 12:39:04 -04:00
jsconfig.json
package-lock.json feat(plugin): Add possible way of updating a component without changing it completely (#21476) 2024-10-21 15:11:10 -03:00
package.json feat(plugin): Add possible way of updating a component without changing it completely (#21476) 2024-10-21 15:11:10 -03:00
run-dev.sh Add scripts to run html5 from source (#20899) 2024-08-12 09:35:45 -03:00
test-html5.sh
tsconfig.json Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
webpack.config.js fix(client): Add a new console class that allow us show extra info passed to log (#21170) 2024-10-04 11:09:41 -03:00