I’m using the C# wrapper which doesn’t include the raw_audio_helper_interface.h.
I need to get audio stream during a meeting and I found that this funcation (onOneWayAudioRawDataReceived ) from the interface mentioned above could be useful .
@eladw The C# wrapper is officially “community supported”, which is mentioned on the download page for it. This means sometimes it is not feature-complete or does not wrap newer modules. Your options are:
Use the C++ SDK, or,
Write the C# binding for the functions yourself.
If you are trying to get the audio streams during a meeting, you can also use Recall.ai, which provides an API to send a meeting bot the call so you don’t need to deal with this and maintain the bots yourself.