I use ReplayKit
to record screen with a microphone
How can I get resultUrl
of video without saving the video in the gallery?
With this method, it works great without the microphone.
recorder.startCapture(handler: { (cmSampleBuffer, rpSampleType, error) in
})
Thanks