---
title: "Room Stream (Realtime)"
slug: "room-stream-realtime"
updated: 2024-12-04T11:00:33Z
published: 2024-12-04T11:00:33Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developer.rocket.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Room Stream (Realtime)

Stream for a room.

## Events

- `deleteMessage`
- `typing`
- `user-activity`

## Example call

```json
{
    "msg": "sub",
    "id": "90q9",
    "name": "stream-notify-room",
    "params":[
        "room-id/deleteMessage",
        false
    ]
}
```
