Hey! Solid work! I have a situation where if I start a voice broadcast first and I try to listen in, I don't hear anything, but if I start listening in and then I start a broadcast, it works.
I use the word start because I had to wrap the new AudioStreamer in an event listener because Chrome kept saying "The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page."
I suspect this is happening because mid-stream, I can't get the bufferHeader which means audio stream won't start.
do you have any suggestions on how I can fix this?