-
Notifications
You must be signed in to change notification settings - Fork 29
Description
First off, thank you to your team for developing this library, it's been a lot of help. I do notice some inconsistencies with the error handling for iOS compared to Android. In my application, I use the error attribute to display text when the connection/ video is interrupted and I've been having a hard time getting the same text to show up on iOS in a more consistent manner. At the moment, if my video is interrupted on iOS the video will freeze and stay frozen without an error response, using "print(error)" from the provided example for troubleshooting, and not displaying my error message 90% of the time this issue occurs. Is there maybe a workaround or possibly a fix that you all are working on that would help me out?
if it helps, I'm running Flutter 3.10.5