Closed BakingBrains closed 7 months ago
same here!
@mgraczyk Did a fork with a work around https://github.com/Quilt-AI/zoom-client
Yeah you need to set isAudioOff
to false
in src/Zoom.cpp:146 like this:
if (m_config.useRawAudio()) {
param.isAudioOff = false;
auto* audioSettings = m_settingService->GetAudioSettings();
if (!audioSettings) return SDKERR_INTERNAL_ERROR;
audioSettings->EnableAutoJoinAudio(true);
audioSettings->EnableAlwaysMuteMicWhenJoinVoip(true);
audioSettings->SetSuppressBackgroundNoiseLevel(Suppress_BGNoise_Level_None);
}
Unfortunately I need to make my fork private
Thank you @mgraczyk @aheruz It worked.
Unable to get raw audio when joined to the meeting. Any suggestion or resolution. (Using latest zoom SDK)