Hello, I’m developing a Bot based on Zoom Linux SDK, that can join meetings and behave as a participant, i.e. bot can send audio and video.
I’m observing a problem with audio when a meeting starts without a host. This issue is NOT reproduced when the host/owner starts meeting.
Steps to reproduce:
-
In meeting settings: disable waiting room, allow users to join any time, enable mute on entry:
-
Start meeting without a host, use invite link.
-
Join Bot, using a local recording token. Bot produces some audio sequences.
Results: Bot stays silent, there is no error from Zoom SDK.
Calls to IZoomSDKAudioRawDataSender::send and IMeetingAudioController::UnMuteAudio(botUserId) are successful.
Expected behavior:
Audio sequence from Bot in the meeting.
Bot joins with local recording token, I’m testing on DEV credentials and using the latest Linux SDK.
Would be grateful for help.