Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rn-sdk): fixes the camera status on app restore from background (#…
…1641) ## Overview [Liner issue](https://linear.app/stream/issue/RN-97/camera-automatically-turns-on-when-restoring-app-from-background) Steps to reproduce: During a call user disables camera and puts the app in background mode. When opens the app the camera is enabled (instead of disabled as previously set by the user) **The fix:** Allow the `resume()` method to enable the camera only if camera was previously disable due to AppState.
- Loading branch information