How to pause scanning?

I'm using: RoomCaptureView: to scan my room with the device's camera. RoomCaptureViewDelegate, RoomCaptureSessionDelegate: to receive events, data, and process data

My wish: I want after scanning for a period of time t, to stop the scanning process (keep the boxes in the real environment, don't draw new boxes, don't have to call the stop() function)

Does Roomplan API currently do this, if so, what are the steps?

** As far as I know, there is a RoomCaptureSession available for users to handle their own ArSession, but I don't want to use this.

How to pause scanning?
 
 
Q