-
Notifications
You must be signed in to change notification settings - Fork 160
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
Local Video is taking about a minute to be displayed on iOS 15.1 #717
Comments
I am facing the exact same issue. It takes time for video to start on ios mobile device. amazon-chime-sdk-js version is 2.24.0 |
Server logsThe Chime server logs indicates the following events for the attendee
⠀ Browser logsThe Chime SDK for JavaScript outputs the following message when the attendee was dropped from the meeting at 22:37:32.
The WebSocket status code 1006 often means that the browser kills a WebSocket connection for unknown reasons. ⠀ Next stepsAccording to Known browser and compatibility issues, starting a local video in iOS 15.1 has been failing due to the following Safari issues:
The Chime SDK for JavaScript 2.24.0 includes a workaround for these issues, but I wonder if there's a regression. Can you check if you can reproduce the same issue in the Chime SDK for JavaScript serverless demo or the Chime SDK component meeting demo? |
@ameriles Is this still an issue on your side, I tested on iOS Safari 15.3 with our react meeting demo with 2.12.0 component library version and my video loads up fine so looks like fixed with newer updates. Closing this issue due no activity further. Please feel free to re-open if you still face the issue. |
What happened and what did you expect to happen?
After I join a meeting, my local video tile (LocalVideo component) appears for a fraction of a second, and then it dissapears.
Remote attendee is not getting any video from my end neither.
After a minute (aproximately), the local video tile begins displaying correctly and the remote attende start receiving it.
If I toggle my local video off, and then I turn it on again, I experience the same exact behavior: I should wait for about a minute for my local video tile starts displaying the video.
The iPhone camera status indicator (at the left of the battery icon), blinks between orange and green during the minute the video tile is not showing any video and becomes steady green when the video starts showing (as expected).
amazon-chime-sdk-js version is 2.24.0
Have you reviewed our existing documentation?
Reproduction steps
Amazon Chime SDK React Components Library version
2.12.0
What browsers are you seeing the problem on?
Safari
Browser version
15.1
Device Information
iOS 15.1
Meeting and Attendee ID Information.
No response
Browser console logs
chime-ios-logs.txt
Add any other context about the problem here.
At the logs, Join meeting starts at
2022-01-20T22:36:49.066Z
(2nd line of the log).You can check at the logs for this line
[INFO] SDK - peer connection
being consistently displaying for about 45 seconds, while the local video is not being displayed.When this line disappears, the local video starts showing ok (aproximately at
2022-01-20T22:37:51.000Z
)The text was updated successfully, but these errors were encountered: