React Chat UI Components Accessibility

[Problem/Question]
It seems like certain elements in the Chat UI are missing accessibility tags (for screen-readers). The one specifically that I have noticed is for voice messages.


// If problem, please fill out the below. If question, please delete.
[UIKit Version]
@sendbird/uikit-react”: “^3.13.1”,

[Reproduction Steps]
Enable voice messages (dashboard or in component)

import App from "@sendbird/uikit-react/App";

...

<App
      appId=""
      userId=""
     ...
    />

[Frequency]
In all implementations.

[Current impact]
Decreases user usability.

I am aware that I can work around this by creating a custom component for the voice message and adding a label to that but I’d prefer to have this be a feature.

Hello @hypacia,

Currently our React UIKit does not support accessibility.