You can customize camera and flash in the following ways:
Enable the flash toggle button
To allow users to toggle the camera flash, passtrue
toGiniConfiguration.shared.flashToggleEnabled
.Turn off flash by default
Flash is on by default, and you can turn it off by passingfalse
toGiniConfiguration.shared.flashOnByDefault
.
Read more in UI Customization Guide Camera Screen.