# Cross Platform Screen Recorder Kit

## Cross Platform Screen Recorder Kit

- [Introduction](https://assetstore.replaykit.voxelbusters.com/master.md)
- [Installation](https://assetstore.replaykit.voxelbusters.com/installation.md)
- [Version 2 vs Version 1](https://assetstore.replaykit.voxelbusters.com/version-2-vs-version-1.md): API differences among V1 and V2
- [Settings](https://assetstore.replaykit.voxelbusters.com/plugin-structure/replaykitsettings.md): Overview of Screen Recorder Kit Settings
- [Folder Paths](https://assetstore.replaykit.voxelbusters.com/plugin-structure/folder-paths.md)
- [Create](https://assetstore.replaykit.voxelbusters.com/api/create.md)
- [Can Record (Service Availability)](https://assetstore.replaykit.voxelbusters.com/api/is-service-available.md)
- [Register Listeners](https://assetstore.replaykit.voxelbusters.com/api/initialisation.md): Get callbacks when an event occurs
- [Is Recording](https://assetstore.replaykit.voxelbusters.com/api/is-recording.md): Learn how to check if recording is in progress
- [Is Paused or Recording](https://assetstore.replaykit.voxelbusters.com/api/is-preview-available.md): Learn how to know if a preview is available
- [Prepare Recording](https://assetstore.replaykit.voxelbusters.com/api/prepare-recording.md)
- [Start Recording](https://assetstore.replaykit.voxelbusters.com/api/start-recording.md)
- [Stop Recording](https://assetstore.replaykit.voxelbusters.com/api/stop-recording.md): Learn how to stop a recording
- [Open Recording](https://assetstore.replaykit.voxelbusters.com/api/preview.md): Learn how to show preview of the recording
- [Discard Recording](https://assetstore.replaykit.voxelbusters.com/api/discard.md): Discard a recording once its recorded
- [Save Recorded Video](https://assetstore.replaykit.voxelbusters.com/api/save-recorded-video.md): Learn how to save recorded video to gallery
- [Share Recorded Video](https://assetstore.replaykit.voxelbusters.com/api/share-recorded-video.md): Learn how to share recorded video
- [Flush](https://assetstore.replaykit.voxelbusters.com/api/flush.md)
- [Android](https://assetstore.replaykit.voxelbusters.com/limitations/android.md)
- [Using in Native Android Projects (UaaL)](https://assetstore.replaykit.voxelbusters.com/misc/using-in-native-android-projects.md): Quick overview on how to use in native android projects with unity as a library (UaaL)
- [2.4.2](https://assetstore.replaykit.voxelbusters.com/upgrades/2.4.2.md)
- [2.4.1](https://assetstore.replaykit.voxelbusters.com/upgrades/2.4.1.md)
- [2.4.0](https://assetstore.replaykit.voxelbusters.com/upgrades/2.4.0.md)
- [2.3.1](https://assetstore.replaykit.voxelbusters.com/upgrades/2.3.1.md)
- [2.3.0](https://assetstore.replaykit.voxelbusters.com/upgrades/2.3.0.md)
- [2.2.0](https://assetstore.replaykit.voxelbusters.com/upgrades/2.2.0.md)
- [2.1.0](https://assetstore.replaykit.voxelbusters.com/upgrades/2.1.0.md)
- [2.0.0](https://assetstore.replaykit.voxelbusters.com/upgrades/2.0.0.md)
- [1.7.0](https://assetstore.replaykit.voxelbusters.com/upgrades/1.7.0.md)
- [1.6](https://assetstore.replaykit.voxelbusters.com/upgrades/1.6.md)
- [1.5](https://assetstore.replaykit.voxelbusters.com/upgrades/1.5.md)
- [2.4.2](https://assetstore.replaykit.voxelbusters.com/release-notes/2.4.2.md)
- [2.4.1](https://assetstore.replaykit.voxelbusters.com/release-notes/2.4.1.md)
- [2.4.0](https://assetstore.replaykit.voxelbusters.com/release-notes/2.4.0.md)
- [2.3.1](https://assetstore.replaykit.voxelbusters.com/release-notes/2.3.1.md)
- [2.3.0](https://assetstore.replaykit.voxelbusters.com/release-notes/2.3.0.md)
- [2.2.0](https://assetstore.replaykit.voxelbusters.com/release-notes/2.2.0.md)
- [2.1.0](https://assetstore.replaykit.voxelbusters.com/release-notes/2.1.0.md)
- [2.0.0](https://assetstore.replaykit.voxelbusters.com/release-notes/2.0.0.md)
- [1.7.0](https://assetstore.replaykit.voxelbusters.com/release-notes/1.7.0.md)
- [1.6](https://assetstore.replaykit.voxelbusters.com/release-notes/1.6.md)
- [1.5](https://assetstore.replaykit.voxelbusters.com/release-notes/1.5.md)
- [1.4](https://assetstore.replaykit.voxelbusters.com/release-notes/1.4.md)
- [1.3](https://assetstore.replaykit.voxelbusters.com/release-notes/1.3.md)
- [1.0](https://assetstore.replaykit.voxelbusters.com/release-notes/1.0.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://assetstore.replaykit.voxelbusters.com/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
