You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We're seeing a crash on some Samsung phones causing a "NoSuchElementException: list is empty"
This is when the SDK is using selectDesiredResolution in MediaManager
My guess if first() on line 775... should be firstOrNull()0
SDK version
1.4.3
To Reproduce
Steps to reproduce the behavior:
Unable to reproduce locally
Expected behavior
The SDK should handle this gracefully, not causing a crash.
Device:
Samsung S20+ & S20Ultra
Android version: 13
Screenshots
Bug stacktrace from Sentry
The text was updated successfully, but these errors were encountered:
Describe the bug
We're seeing a crash on some Samsung phones causing a "NoSuchElementException: list is empty"
This is when the SDK is using
selectDesiredResolution
inMediaManager
My guess if
first()
on line 775... should befirstOrNull()0
SDK version
To Reproduce
Steps to reproduce the behavior:
Unable to reproduce locally
Expected behavior
The SDK should handle this gracefully, not causing a crash.
Device:
Screenshots
Bug stacktrace from Sentry
The text was updated successfully, but these errors were encountered: