---
title: "Notify User (Realtime)"
slug: "notify-user-realtime"
updated: 2024-12-04T11:00:47Z
published: 2024-12-04T11:00:47Z
---

> ## 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.

# Notify User (Realtime)

Stream for a user.

## Events

- `message`
- `otr` (Off the Record message)
- `webrtc`
- `notification`
- `rooms-changed`
- `subscriptions-changed`

## Example call

```json
{
    "msg": "sub",
    "id": "unique-id",
    "name": "stream-notify-user",
    "params":[
        "user-id/webrtc",
        false
    ]
}
```
