Agora-Flutter-SDK icon indicating copy to clipboard operation
Agora-Flutter-SDK copied to clipboard

在readme中看到了Flutter应用得安卓/IOS不支持自采集这些功能,请问windows macos有这个限制嘛?

Open 390057892 opened this issue 3 years ago • 1 comments

由于性能原因,agora_rtc_engine暂时没有实现agora native(Android/iOS) sdk的所有功能,如自定义音频采集和渲染 ,自定义视频采集和渲染原始音频数据等功能,agora_rtc_engine提供RtcEnginePlugin/RtcEnginePlugin,允许你在Android/iOS代码中与Flutter端创建的RtcEngine交互,你可以继承RtcEnginePlugin/RtcEnginePlugin实现自己的插件,在onRtcEngineCreated回调中获取RtcEngine/AgoraRtcEngineKit,请注意不要在Android/iOS中调用RtcEngine.destroy/AgoraRtcEngineKit.destroy方法,因为这会影响Flutter端的RtcEngine功能。如何使用RtcEnginePlugin

390057892 avatar Sep 09 '22 02:09 390057892

You can check our custom_capture_audio example for reference https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/tree/master/example/lib/examples/advanced/custom_capture_audio.

The desktop(macOS/Windows) is not supporting this feature yet.

littleGnAl avatar Sep 14 '22 08:09 littleGnAl

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution.

github-actions[bot] avatar Oct 05 '22 09:10 github-actions[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.

github-actions[bot] avatar Apr 28 '23 11:04 github-actions[bot]