-
Notifications
You must be signed in to change notification settings - Fork 39
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
Camera not working on iPhone devices running iOS 18.1.1 #147
Comments
@aschulz90 it seems to be an issue with iOS 18.1.1. I can reproduce it with my iPhone 13. Thanks for reporting. I'll try to figure out as soon as be able. |
I have updated the iPad to 18.1.1 now as well. There it is still working fine. So iPadOS doesn't seem to be affected.
|
Well, I found that the core issue seems to be in iOS WebRTC-SDK. Linking the sample app with |
I am currently experiencing a non-working camera on iOS using the sample app. But only for one device (of the ones that I can test on).
webrtc-kmp: 0.125.5
webrtc-ios: 125.6422.05
Not working
Device: iPhone 15
OS Version: 18.1.1
Xcode: 16.1
Error:
The camera's active format is unsupported by this session.
I guess format means whatever gets selected here.
I tried both front and back facing camera. Cameras themself work fine using the default camera app.
Logs:
Working Fine
Device: iPhone 7
OS Version: 15.8.3
Xcode: 16.1
Device: iPad Pro
OS Version: 18.1
Xcode: 16.1
The text was updated successfully, but these errors were encountered: