update readme

This commit is contained in:
Radon 2025-09-02 09:02:01 -05:00
parent ec7de6ce38
commit 352dc84bcb

View File

@ -13,13 +13,13 @@
* APP: File picker
+ File picker uploads to an uploads folder, on go startup, will delete all files in here
+ All files will also have metadata stored in memory, just a timestamp. Delete the file when its time is up.
* APP: Self-hosted STUN/TURN
##### BUG TRACKER [ Latest: #38 ]
* [#38] APP: STUN/TURN issues with browser ICE rejection of offer. Need TURN to function properly?
+ Manifests in an inability to receive/send audio from a user.
+ Need some way of tracking whether or not a client has offers it has not answered. Or if it has sent offers
that have not been answered.
+ Need a way of reporting which STUN/TURN was agreed on
+ Need a way of reporting which STUN/TURN was agreed on.
+ Set up my own STUN/TURN with Coturn.
##### BUG FIX TESTING