Videotile not reliable: No transition found from NotConnected with Update
See original GitHub issueWhen joining the meeting, I sometimes experience that my own video is not shown, even though the video is connected properly. Othertimes everything works out perfectly and my video shows once I join a meeting.
The difference in the log is the following entry that only shows up in testcases, when my own video does not appear:
SDK - no transition found from NotConnected with Update
Once I deactivate and reactivate my camera, the video reappears in these cases.
Can someone explain what the warning means and how to resolve this issue?
Thanks!
Platform
- OS: Mac OSX
- Browser: Firefox
- Browser Version: 76
- Amazon Chime SDK GitHub Commit: 812f3b2
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Top Results From Across the Web
VideoTile | amazon-chime-sdk-js
VideoTile is a binding of attendee id, a video stream, and a video element that sends out updates to session observers whenever one...
Read more >User Manual MV-805 IP Multiviewer - Grass Valley
Information in this manual and any software are subject to change without notice and does not represent a commitment on the part of...
Read more >GoToMeeting
Follow along and you'll be up and running in no time! Install GoToMeeting. Once installed, you can start and schedule meetings with just...
Read more >SMARTVIEWER 4.8.1 - Wireline Inc.
SmartViewer is an access control tool that enables you to connect to and control a remote Samsung product on your. PC via the...
Read more >VidyoConnect for Desktop: Releases - VidyoCloud Support
You will not be able to update to future versions automatically without first updating to this mandatory version.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The SDK could do a better job of handling the case where video is enabled during connection. It should probably throw if the client attempts to
startLocalVideo
without an active session rather than sometimes working and sometimes not working due to asynchronous effects.Really? Dang. Well then, instead of complaining about a bug that doesn’t exist for me, I’ll complain about something else.
I could’ve realized that sooner if the documentation in the readme wasn’t terrible, or if there were just some minimal code examples somewhere. The use cases are good at outlining the code, but not explaining it. I had to go to a discord server to find out that this needs to be used in a webpack project. I couldn’t find it written out plainly anywhere on the readme.
There needs to be some serious work on documentation if this library is to be taken seriously. I’d be happy to write some short examples or create a setup guide if y’all’d let me, but I kinda wish it was already there.