Meeting SDK send buffer back to call

Hello,

I prepared a bot using windows meeting SDK (c++ & c#) which receives raw audio and video data and we further process it as per our needs.

Now we need to pass audio and video back to call as interpreters.

The bot is NOT going to join calls from the same machine where the interpreter is so we basically need a way to programmatically pass audio or video back to the call from the bot.

So to summarize,

The bot is able to receive the raw data in code but it needs a way to pass the a/v data back to call programmatically.

TIA, Nitin

Hi @nikskhubani,

As of v5.9.6, you can send raw video data into the meeting through the SDK. Unfortunately we do not currently have support for sending raw audio data, so you would need to create a virtual audio input device for that.

Thanks!