Streaming API within C# .NET implementation

Question:

  1. While using ClientWebSocket to test live transcript, is it possible to first send string messages that are converted into bytes over to the API and return the same text instead of using mic audio stream data to test out?

Answer:

Below is a repo [1] that will help to accomplish what is needed. The sample uses an audio file and sends it to Sybml using the Streaming API. It’s indeed making use of the “ClientWebSocket” class.

[1] https://github.com/ranjancse26/Symbl.Realtime.Audio