aws / amazon-chime-sdk-component-library-react

Amazon Chime React Component Library with integrations with the Amazon Chime SDK.
Apache License 2.0
264 stars 159 forks source link

Incorrect microphone activity for replica meeting attendees #955

Open sarthakbaweja148 opened 1 month ago

sarthakbaweja148 commented 1 month ago

What happened and what did you expect to happen?

I have an reactjs app set-up where some attendees join as replica meeting participants. No promotion or demotion of participants take place. I am using the MicrophoneActivity component to show the microphone activity for all attendees (primary and replica)

The issue is that the microphone always seems to be active, even when replica meeting attendees are not allowed to share audio. This happens for both self attendee tile and remote attendee tile.

This component works fine for primary meeting attendees.

PS: I have a workaround for this, by using the muted microphone icon for replica meeting attendees.

Attaching the screenshot for reference.

Screenshot 2024-05-27 at 06 09 38

Have you reviewed our existing documentation?

Reproduction steps

Amazon Chime SDK React Components Library version

3.5.0

What browsers are you seeing the problem on?

Chrome

Browser version

125.0.6422.76

Device Information

Macbook Air MacOS M1

Meeting and Attendee ID Information.

Meeting ID : a99f95c1-ce45-4bf5-b1b4-69d3c0c32713 Attendee ID : fe957fcb-0214-bc65-1c5f-2b5266942ee4

Browser console logs

Download the React DevTools for a better development experience: https://reactjs.org/link/react-devtools
config.js:6 development
index.js:551 [webpack-dev-server] Live Reloading enabled.
AppStateProvider.tsx:83 loaded canvas <canvas width=​"500" height=​"500">​ Blob
index.esm.js:8778 [MeetingManager audioVideoDidStart] Meeting started successfully

Add any other context about the problem here.

No response