Expo camera in our web app is not working in some of the android devices. For example it is working in pixel 6 and in pixel 4a and Samsung a50 it is not working.
I am getting this error in console.
useWebCameraStream.ts:84 Error requesting User Media for type "back"
DOM Exception: Could not start video source
<Camera
style={{ flex: 1 }}
type={type}
ref={(ref) => {
this.camera = ref;
}}
/>