> For the complete documentation index, see [llms.txt](https://docs.annoto.net/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.annoto.net/guides/annoto-platform/annoto-widget/comments/recording-video-as-a-comment.md).

# Recording video as a comment

When Video as a comment is enabled, Annoto users can reply not only with text, but also in any of the following recording options:

* **Self-recording (Camera)**
* **Screen recording**

And just like everything that happens in Annoto, this ability is also performed within your LMS (without having to go to a different platform) and without the need to download anything.&#x20;

![](/files/edvEfIFBDjg7ysLViIuV)

## How to record?

In order to record a video as your comment:

1. Click “Add a comment” in the Annoto widget

![](/files/-MXWGaGtexpcpQU5fGzl)

&#x20;  2\. Click the video camera icon:

![](/files/-MXWH10clCc8lC-M215f)

&#x20;  3\. Choose what you want to record: Camera or Screen

![](/files/-MWz9q7fm-8A6nwRysiM)

\
&#x20;  4\. Select the settings (Microphone\ camera)

If you chose Camera – you will see at the left bottom a screen of what will be recorded

![](/files/-MWzA0Q1PVy15yrWm5HE)

\
&#x20;   5\. Click “START RECORDING”.

&#x20;   6\. You can pause the recording anytime by clicking the Pause button and you can continue recording by clicking on the red button:

![](/files/-MWzAHCUFEazf1vpfTaW)

![](/files/-MWzAKSwyyiek9GCZ-bB)

&#x20;    7\. Whenever you want to end the recording, click on the Stop button:

![](/files/-MWzASasvpWNt7imPQP2)

&#x20;    8\. Now you can choose what you want to do with the recording:

&#x20;         a. **Post** – will add the video as a comment

&#x20;         b. **Click the X button** – will not save the video.&#x20;

In case you clicked the X button, and you want to record again – click on the video camera icon in the comment and start recording.

The video will be added to the discussion, as you can see here:

![Illustration: A recoded video comment](/files/r1pnWsGiTs82ZybeP4Ny)

{% hint style="info" %}
You may also see how to do so [**in this video**](https://youtu.be/kIlHrMiilyo)**.**
{% endhint %}

## What can I do with video as a comment? Examples

Here are a few examples of how video as a comment can be used to expand and enrich the conversation:&#x20;

### Save time

The ability to record a video instead of writing an insight, comment or feedback can be a great time-saver for some people.&#x20;

Instead of typing your thoughts, you can just say what you have in mind. This can save you some precious time.&#x20;

### Provide extended feedback

If one picture is worth 1000 words, imagine the worth of a video recording!&#x20;

A video feedback combines not only the content of the feedback, but a lot of additional added value: the tone of what is said, body language, hand gestures - all of these create a much more comprehensive way of expression.

### Create "How to" videos

Recording the screen opens a world of possibilities in the ability to show how to do something, instead of explaining it.&#x20;

This can be used to demonstrate how a program works, to show how to find something in your device, to demo how to change settings, to focus the viewers on a specific location in your screen, etc.&#x20;

### &#x20;Record\ ask for introduction videos

Video as a comment can be used to strengthen the introduction between all video viewers - Learners & Instructors. Anyone can add a self-recorded video, answering a specific question (such as: "why did you choose to take this class?"), or telling about themselves.&#x20;

Can be used, for example, at the beginning of the semester, where the instructor and the learners introduce themselves in a video – can be a great ice-breaker! 😊

### Language Teaching

When teaching languages, pronouncing has a huge meaning. Video as a comment can be easily used to demonstrate how to pronounce a specific word, phrase or even a letter.&#x20;

The instructor can record the correct way to pronounce and\or ask the learners to record themselves doing so.

### Feedback on a created video

When a video is created, feedback can be given in several ways.&#x20;

Adding time-base written comments is one of these ways. By recording your screen as a comment, you can also show exactly what you are referring (in terms of a specific part of the video, as well as a specific location on the screen).&#x20;

Sometimes the easiest way to help a learner understand is to give them a real, visual example of what you’re talking about.

{% hint style="info" %}
You can also learn more about video as a comment in the Annoto Use Cases [**here**](https://docs.annoto.net/guides/annoto-use-cases/introduction).&#x20;
{% endhint %}

## Recording video as a comment checklist

In order to record video as a comment, no need to download anything or to go to a different platform. All is within your environment!

If you want to make sure everything is set up for recording, feel free to check out this list:&#x20;

* **Internet connection** – Internet connection must be stable.

  * Make sure you have a 0.5 Mbps (500K) internet speed.
  * You can check your internet speed [**here**](https://www.speedtest.net/)**.**
  * If possible, a wired connection is preferred.&#x20;

* **Equipment** (Camera\ Microphone)

  * Make sure you are not currently using your camera in a different app (a camera can be used only in one application at a time).
  * Make sure your browser permissions allow using the Microphone and Camera.&#x20;
    * If you need to enable your microphone and camera and no prompt has shown, you can see how to set it [**here**](https://support.physitrack.com/article/991-how-to-give-access-to-your-camera-and-microphone-in-your-browser).&#x20;
    * If a prompt shows up, make sure to allow using the camera and microphone:&#x20;

![](/files/-MYYynW9g2TN-xyw9ILS)

* **Browser**
  * Make sure your browser is always up to date. If you are not sure, feel free to check it [**here**](https://www.whatismybrowser.com/guides/the-latest-version/).&#x20;


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.annoto.net/guides/annoto-platform/annoto-widget/comments/recording-video-as-a-comment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
