# 视频评论与互动

视频分享给用户后，可以邀请你的用户进行评论互动。CamIn 开映支持基于视频播放时间线的打点式的评论互动。可以更好地帮助互动双方理解评论所指内容。

### Emoji 评论

在观看视频时，你可以随时点击视频下方的 emoji 表情留下你对视频的赞美或表扬。当视频播放时，视频时间线上的 emoji 会相应地跳动，以表示此处有用户的互动评价。

<figure><img src="/files/OT6TBF1pVmI8Gnm4nw7O" alt=""><figcaption></figcaption></figure>

### 文本评论

你也可以通过右侧的输入框留下你的文本评论。与 emoji 评论不同的是，文本评论会根据视频时间线的先后顺序出现在视频的右侧区域。用户之间或用户与作者可以通过文本评论针对视频进行便捷高效地互动。值得注意的是，视频的创作者有权将任意文本评论删除。观看视频的用户仅可以删除自己发出的评论。


---

# 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://help.camin.cn/features/comments.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.
