stopsCameraSessionWhenDisappeared property

bool? stopsCameraSessionWhenDisappeared
getter/setter pair

If true, the camera session is stopped entirely when the receiver disappears and restarted when the receiver reappears. Else, will pause the delivery of video frames. Defaults to True. iOS only.

Implementation

bool? stopsCameraSessionWhenDisappeared;