AgoraIO-Extensions / AgoraIO-Extensions/Agora-Flutter-SDK
Video freezes when switching between front and back camera on Android
- Vorherrschende Sprache
- Dart
- Sterne
- 795
- Forks
- 448
- Ø Merge
- 12 Std. 19 Min.
- Gemergte PRs (30 T.)
- 14
Beschreibung
### Version of the agora_rtc_engine
Happens on `6.5.3` and `6.5.2`
Everything works as expected on `6.5.1`
### Platforms affected
- [x] Android
- [ ] iOS
- [ ] macOS
- [ ] Windows
- [ ] Web
### Steps to reproduce
1. Join a call with another user
2. Enable video
3. Call `switchCamera()` on local user
4. Observe video frame on remote user
### Expected results
Video feeds toggle between front and back camera
### Actual results
Video feeds freeze
### Code sample
Code sample
```dart
_agoraRtcEngine.switchCamera()
```
### Screenshots or Video
Screenshots / Video demonstration
https://github.com/user-attachments/assets/874d2197-64ec-42e9-b3fb-a8bc42c5dff2
### Logs
Logs
```console
[Paste your logs here]
```
### Flutter Doctor output
Doctor output
```console
[!] Flutter (Channel [user-branch], 3.27.0, on macOS 14.7 23H124 darwin-arm64, locale en-VN)
! Flutter version 3.27.0 on channel [user-branch] at /Users/Desktop/user/development/flutter
Currently on an unknown channel. Run `flutter channel` to switch to an official channel.
If that doesn't fix the issue, reinstall Flutter by following instructions at https://flutter.dev/setup.
! Upstream repository unknown source is not a standard remote.
Set environment variable "FLUTTER_GIT_URL" to unknown source to dismiss this error.
• Framework revision 8495dee1fd (4 months ago), 2024-12-10 14:23:39 -0800
• Engine revision 83bacfc525
• Dart version 3.6.0
• DevTools version 2.40.2
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update
checks and upgrades.
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at /Users/user/Library/Android/sdk
• Platform android-35, build-tools 35.0.0
• ANDROID_HOME = /Users/user/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15E204a
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
[✓] Network resources
• All expected network resources are available.
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.