When is 'onOneWayAudioRawDataReceived' callback triggered?

Description
A clear and concise description of what the question is.

As the link above, I implemented two callbacks, ‘onMixedAudioRawDataReceived’ and ‘onOneWayAudioRawDataReceived’, and subscribed the listener. But only ‘onMixedAudioRawDataReceived’ callback is triggered. How can I trigger ‘onOneWayAudioRawDataReceived’?

Which Desktop Video SDK version?
Knowing the version can help us to identify your issue faster.
zoom-instant-sdk-windows-1.0.2

To Reproduce(If applicable)
Steps to reproduce the behavior:
m_pInstantSDK = CreateZoomInstantSDKObj();
m_pInstantSDK->initialize(initParams);
m_pInstantSDK->addListener(this);
m_pInstantSDK->joinSession(*m_pSessionContext);
pAudioHelper = m_pInstantSDK->getAudioHelper();
pAudioHelper->subscribe();

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):
window 10

Additional context
Add any other context about the problem here.

Hey @tlol91,

Hmm that is strange. If you are seeing the mixedaudio callback fire, you should also be seeing the oneWay audio callback fire.

Thanks!
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.