I have the chatbot client running with text but would now like to change it to voice but I am unsure of how to get the stream from the mic for post. For recording audio I am
You have to set the Position of your MemoryStream to 0 before you pass it to the post request.
memoryStream.Position = 0;