Get phone call audio in zoom meeting sdk

Hello. Is it possible to catch audio in zoom meeting sdk which comes from phone call and if so, how can I do it?

I can get raw audio data from IZoomSDKAudioRawDataDelegate::onOneWayAudioRawDataReceived method, but cannot get phone call audio in this method.

@alexander.gureshidze ,

Audio from dial-in / dial out users are not captured in the raw audio call back at the moment. We are aware of this limitation, and are looking to support this in near future.

Thank you. It helped me a lot.