Version 2 vs Version 1

API differences among V1 and V2

V1 has access to the api methods via ReplayKitManager static class. This is changed in V2 and access is provided via an IScreenRecorder interface which provides an access to use same code for GIF and Video recording.

For creating an instance of IScreenRecorder, you need to use ScreenRecorderBuilder.

Last updated