-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is agora_rtc_engine: ^5.3.1 has switch camera feature? #1288
Comments
I think it's not supported on mobile browser in 5.x |
Rrr, I need to use just one page that shows video calls on the mobile browser. |
We recommend using the web features on the desktop at this time. |
On the latest code of the main branch, you can enumerate the devices and set the back camera yourself. Maybe you can try this example https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/blob/main/example/lib/examples/advanced/device_manager/device_manager.dart |
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. |
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. |
It is not a bug.
I want to switch the camera from the front to the back camera on the mobile browser.
The UI of this package doesn't show on the mobile browser but the function to share camera view is still working, but I don't want the front camera view.
How to do this?
I tried to use
The snack bar showed 'switch camera success' but the camera still did not change.
The text was updated successfully, but these errors were encountered: