Features
- [React Native] A new method
getCameraFacingMode()
returns a Promise that resolves to”user”
,”environment”
, ornull
. This complements new React NativecycleCamera()
behavior, where the returned Promise resolves to{ device: { facingMode: DailyCameraFacingMode } | null }
. Together these methods should help you build UI that appropriately accounts for whether a front- or rear-facing camera is being used. daily-js
version is now reported in Sentry errors.