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 IScreenRecorderarrow-up-right interface which provides an access to use same code for GIF and Video recording.

For creating an instance of IScreenRecorder, you need to use ScreenRecorderBuilderarrow-up-right.

Description
Version 1
Version 2

Check availability of service

IsRecordingApiAvailable

Initialisation

Initialise

-

Check if Recording

IsRecording

Check Paused or Recording

-

Save Recording

SaveRecording

Last updated