amazon-chime-sdk-component-library-react icon indicating copy to clipboard operation
amazon-chime-sdk-component-library-react copied to clipboard

Mobile screen start flickering in the middle of the meeting

Open Samaa-Amin opened this issue 2 years ago • 6 comments

What happened and what did you expect to happen?

What happened:

what I expected to happen: I expect this device to work fine without any flickering

Have you reviewed our existing documentation?

Reproduction steps

  1. join meeting using "Samsung Galaxy S20"
  2. other attendees joined
  3. then S20 mobile screen started flickering and I have to reload page to stop this behavior
  4. however other devices are working fine

Amazon Chime SDK React Components Library version

3.5.0

What browsers are you seeing the problem on?

chrome

Browser version

110.0.5481.153

Device Information

Samsung Galaxy S20 or S20FE

Meeting and Attendee ID Information.

No response

Browser console logs

.

Add any other context about the problem here.

No response

Samaa-Amin avatar Mar 16 '23 15:03 Samaa-Amin

Hi, could you also provide logs from your side to get the investigation started?

avinashmidathada avatar Mar 23 '23 01:03 avinashmidathada

Hi @avinashmidathada thanks for your response, here are the logs

Samaa-Amin avatar Mar 26 '23 15:03 Samaa-Amin

Hi @Samaa-Amin , sorry for late reply, could you provide us these info?

  1. Could you reproduce this issue consistently?
  2. Is this flickering for the UI/background color/CSS or for the actual video stream? I can see the video tile part is flickering but not sure if the actual video stream is flickering. It could also be possible that the video stream is good but the position of video tile is switching frequently.

I also noticed this error in your logs:

failed to get audio device for constraints {"audio":{"echoCancellation":true,"googEchoCancellation":true,"googEchoCancellation2":true,"googAutoGainControl":true,"googAutoGainControl2":true,"googNoiseSuppression":true,"googNoiseSuppression2":true,"googHighpassFilter":true,"deviceId":{"exact":"default"},"sampleRate":{"ideal":48000},"sampleSize":{"ideal":16},"channelCount":{"ideal":1}}}: NotAllowedError: Permission denied MeetingManager failed to select audio input device on join PermissionDeniedError: Permission denied by user

Could you also ensure you allow the microphone permission when you try to reproduce this issue? Thank you.

xuesichao avatar May 02 '23 20:05 xuesichao

Hi @xuesichao ,

  1. yes it happens consistently, I could reproduce it on component library react meeting demo & on my own code.

  2. I believe it's not a UI or tile position problem as this issue happens on both demo and on my code, however the tils Grid in my code is customized and the ui is completely different from the demo.

Samaa-Amin avatar Jun 13 '23 10:06 Samaa-Amin

Thanks for response. We have not been able to see any errors in the log, but may see if we can procure that device. If you have time you could help us better narrow down whether it is a video/UX issue by running the demo in https://github.com/aws/amazon-chime-sdk-js .

hensmi-amazon avatar Jun 14 '23 23:06 hensmi-amazon

@hensmi-amazon sorry for the delay, I couldn't reproduce the issue on this demo https://github.com/aws/amazon-chime-sdk-js

Samaa-Amin avatar Jul 05 '23 12:07 Samaa-Amin