Skip to content
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

[BUG] Using enabledButtons does not change icons on click. #89

Closed
misterblack0101 opened this issue Jun 7, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@misterblack0101
Copy link

Describe the bug
If I add a List<BuiltInButtons> to enabledButtons in Agora, to

  1. Add a set of buttons based on call type (Audio call doesn't require the camera buttons).
  2. Re-order the buttons.

then, the button toggle Icon change breaks. For ex. Pressing the mute button doesn't change the mic icon.

Steps to reproduce the behaviour:

  1. Set a list of BuiltInButtons for enabledButtons.
  2. Use all/some buttons in the above list. (Try the BuiltInButtons.toggleMic)
  3. Try clicking the button, and check if the Icon changes for toggle on/off.

Expected behavior
It should change the icon on click.

Output for flutter doctor
Screenshot 2022-06-07 at 6 41 49 PM

Additional info

  • OS: macOs 12.4
  • agora_rtc_engine: ^5.2.0
  • agora_rtm: ^1.1.1
  • agora_uikit: ^1.0.1
@misterblack0101 misterblack0101 added the bug Something isn't working label Jun 7, 2022
@Meherdeep
Copy link
Contributor

Same as issue #86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants