Hi Zoom,
My goal is to share an NDI feed (video and audio) into a Zoom Room using the ZRC SDK on Linux.
I can successfully discover the NDI source and share its video using ShareCamera(). However, the audio associated with that NDI feed is not transmitted into the meeting.
To investigate, I explored the virtual audio device workflow (ListVirtualAudioDevices(), GetNetworkAudioDeviceList(), SelectVirtualAudioDevice(), etc.). However, ListVirtualAudioDevices() returns Error 100 (Device Not Found) when I pass the microphone ID obtained from GetMicrophoneList().
Before I continue down that path, I wanted to confirm whether this is actually the correct approach for sharing NDI audio together with an NDI video source.
Is there another recommended way to share an NDI feed with both video and audio in a Zoom Room using the ZRC SDK?
Any guidance, documentation references, or working examples would be greatly appreciated.