cameraStreamControl(_:didStopStreamWithError:)
Tells the delegate that the camera stream has stopped.
Declaration
optional func cameraStreamControl(_ cameraStreamControl: HMCameraStreamControl, didStopStreamWithError error: (any Error)?)Parameters
- cameraStreamControl:
The stream control responsible for the camera stream.
- error:
If the stream stops because of an error, this is an error object with details;
nilotherwise.