# Building a Screen Recorder for the Web With Cloudinary in a Jiffy!

Have you ever wondered how Google Hangouts and other robust video-call web apps can not only access your screen, but also enable screen sharing during calls? Wonder no more. Just read on.

This tutorial delves into how it all works and shows you how to integrate a screen recorder into a web app. The best part is that you can also send video feeds directly to Cloudinary's image and video platform for easy access and on-the-fly retrieval with Cloudinary APIs.

At the end of this tutorial, you'll have built a demo app that looks like this:

> **Note**: This is where the demo GIFs reside.

![Demo App (1)](/files/-LRKlZau1RRL3eFn0cF7)

<br>

![Demo App (2)](/files/-LRKsCEjAr7939d6j5Pj)

![Demo App (3)](/files/-LRKtfDlseASTKbtsJFW)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cloudinary.gitbook.io/cloudysnap/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.
