update readme

This commit is contained in:
radon 2025-08-30 01:46:50 -05:00
parent 539e47b096
commit adaa9821cb

View File

@ -6,14 +6,17 @@
##### FEATURE ADDITIONS
* APP/STYLE: User settings should include a microphone selection, audio selection, and a test functionality for both
* META: Turn the app into a docker container
##### IN PROGRESS FEATURE ADDITIONS
* APP: File picker
##### BUG TRACKER
* None
##### BUG TRACKER [ Latest: #37 ]
* [#37] APP: state.audioContext sometimes is not instantiated when doing the interval checks
##### BUG FIX TESTING
* APP: Sometimes on a user's first join, the user's audio is not functioning (microphone or headphones)
+ Fix attempted with audioContext.resume()
+ May be related to [#37]
* APP: When force closing a browser or unexpected loss of connection, the leave banner does not display
+ Fixed with a system_message sent from go upon client unregistering