Mobile screen start flickering in the middle of the meeting
What happened and what did you expect to happen?
What happened:
- I could reproduce this issue on component library react meeting demo
- sometimes when I join a meeting using Samsung Galaxy S20 or S20FE, then other attendees join, my screen started flickering, however other devices are working fine
- A record for the issue
what I expected to happen: I expect this device to work fine without any flickering
Have you reviewed our existing documentation?
- [X] Amazon Chime SDK for JavaScript GitHub issues
- [X] Amazon Chime SDK React Components Library GitHub issues
- [X] Storybook documentation
- [X] README page
- [X] How-to documentation
- [X] React SDK meeting demo
Reproduction steps
- join meeting using "Samsung Galaxy S20"
- other attendees joined
- then S20 mobile screen started flickering and I have to reload page to stop this behavior
- 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
Hi, could you also provide logs from your side to get the investigation started?
Hi @avinashmidathada thanks for your response, here are the logs
Hi @Samaa-Amin , sorry for late reply, could you provide us these info?
- Could you reproduce this issue consistently?
- 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.
Hi @xuesichao ,
-
yes it happens consistently, I could reproduce it on component library react meeting demo & on my own code.
-
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.
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 sorry for the delay, I couldn't reproduce the issue on this demo https://github.com/aws/amazon-chime-sdk-js