Why can’t I send an audio stream from JavaScript via SignalR to a .NET Hub?
I’m trying to send an audio stream captured in JavaScript from a browser tab to a .NET SignalR Hub. My goal is to stream audio in chunks/realTime to the server and broadcast it to all connected clients.
Why can’t I send an audio stream from JavaScript via SignalR to a .NET Hub?
I’m trying to send an audio stream captured in JavaScript from a browser tab to a .NET SignalR Hub. My goal is to stream audio in chunks/realTime to the server and broadcast it to all connected clients.