gibron
(Gibron)
September 6, 2023, 5:28am
1
I would like to follow up on this issue:
Description
On the new Zoom Bot SDK we are facing an issue where if the SDK does’t detect a microphone or audio device in the OS, it doesn’t stream the audio on the AudioRawData class. As we are using the bot inside a docker container, it doesn’t have an audio interface there. Is this a known SDK limitation? is there any way we can programmatically prevent this behavior and get the audio stream? Thanks in advance!
Which Windows Meeting SDK version?
C++ Version - v5.10.1.4450
Prerequisites
R…
We are running into the same problem with the latest SDK.
Has this been addressed?
Is there a suggested approach?
I imagine the average use case will be either containerized or virtual…
I see that ZOOM-384578 was created in the prior post but I do not know where to follow up on that as it does not appear when searching for feature requests in the forums.
chunsiong.zoom
(Chun Siong (tag me for response))
September 6, 2023, 6:00am
2
Gibron:
ZOOM-384578
@gibron , have you tried newer versions of the SDK? It should be fixed.
Another alternative is to use virtual mic / virtual speaker such as VB-Audio Virtual Apps or pulseaudio
chunsiong.zoom
(Chun Siong (tag me for response))
September 6, 2023, 6:01am
3
@gibron , I’ve missed out the part where you mentioned you are on the latest SDK. which version are you on right now?
gibron
(Gibron)
September 18, 2023, 2:09pm
7
Hey @chunsiong.zoom , we were finally able to test more.
I thought we were using latest SDK then I realized we were using the version from this example: GitHub - zoom/meetingsdk-win-raw-recording-sample: A patch of the Zoom Meeting SDK for Windows that enables raw recording . The sample does not use the latest SDK.
We updated the sample to use the latest SDK and now the example does not work.
Would it be possible to update this example to work with the latest SDK?
chunsiong.zoom
(Chun Siong (tag me for response))
September 19, 2023, 5:21am
8
@gibron please try out this sample for now
For the sample which you have shared, I’ll ping the author separately to get it updated.