AgoraIO / AgoraRtcEngine_iOS

iOS Package for Agora Video RTE SDK. Perfect for video calls and live streaming.
https://agoraio.github.io/AgoraRtcEngine_iOS/
MIT License
58 stars 17 forks source link

AgoraAudioFrameDelegate not firing `onRecordAudioFrame:` (4.1.1) #44

Closed fchauvin closed 1 year ago

fchauvin commented 1 year ago

We are attempting to access audio frames when using Agora, however this delegate function doesn't seem to be getting called.

We are correctly setting the delegate method, as true is returned from: (BOOL)setAudioFrameDelegate:(id<AgoraAudioFrameDelegate> _Nullable)delegate.

Some delegate methods are called as expected, such as getObservedAudioFrame() and getRecordAudioParams(), however onRecordAudioFrame is never called.

maxxfrazer commented 1 year ago

Hey, please open a ticket at: https://agora-ticket.agora.io/ This repo is mostly for the swift package and related issues to that. The SDK team have a better connection to the ticket system there

maxxfrazer commented 1 year ago

Hope a ticket was opened at the right place, going to close this issue now.