stop(pauseARSession:)
Stops the room-capture session and indicates whether the app pauses the underlying AR session.
Declaration
func stop(pauseARSession: Bool = true)Parameters
- pauseARSession:
A Boolean value that indicates whether the framework automatically pauses the underlying AR session by calling Pause(). The default value is
true. If you passfalse, the AR session continues to run.