AgoraIO-Extensions / Agora-Flutter-SDK

Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows
https://pub.dev/packages/agora_rtc_engine
MIT License
717 stars 372 forks source link

agora screen not render or rerender when use tranform widget #1760

Closed conan1150 closed 2 weeks ago

conan1150 commented 1 month ago

Version of the agora_rtc_engine

6.2.2

Platforms affected

Steps to reproduce

  1. use mirror camera on android

Expected results

  1. mirror video

Actual results

  1. blank screen or freez video

Code sample

Code sample ```dart this._agoraWidget = Transform( alignment: Alignment.center, transform: Matrix4.rotationY(!this.mirrorMode ? math.pi : 0), child: this._agoraLocalView); ```

Screenshots or Video

Screenshots / Video demonstration [Upload media here]

Logs

Logs ```console [Paste your logs here] ```

Flutter Doctor output

Doctor output ```console [Paste your output here] ```
littleGnAl commented 1 month ago

Hello @conan1150, I tried it on the latest version, and it works fine, can you try updating the agora_rtc_engine: ^6.3.1 to see if it works for you or not?

github-actions[bot] commented 2 weeks ago

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] commented 1 week ago

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.