Unreal Zoom plugin - Audio

Hi :smiley: I’ve integrated the zoom meeting SDK into my Unreal project so i can display different participants’ feeds onto screens in my environment. The problem I’m having now is that it doesn’t also bring in the audio? I tried in the sample project and it didn’t look like there was audio either? What am i missing

Hi Hanneri. FYI the UE plugin uses Meeting SDK not the video SDK where this post is filed, so you might not get the visibility here.

Anyway, the UE plugin doesn’t do programatic audio exchange out of the box, but you could of course modify the open source wrapper to do so via our raw audio pipeline if you wish.

Instead, I suggest that you use a virtual audio cable from the client spawned by the SDK and then route that into UE as you wish.

1 Like