---
title: Share button
updatedAt: 2026-09-06T11:12:34.150Z
---

Fetch the complete documentation index at: https://docs.watchers.io/llms.txt

# Share button

When you activate it, users will see the share button on a chat. By clicking it, they can get and copy a direct link to the room, or send the invitation link to other people directly.

<img src="https://docs-assets.watchers.io/docs/readme/4c10e83cc87897241303b11fd99459b11d46aa007d022a583f3a8525ba77dfb3-Untitled-65.png" alt="" width="300" class="img-center">

<br>

When the **"Share"** button is clicked postMessage with Payload will be send to the parent window/application.

```json
{
  "type": "share",
  "body": {
    "action": "share",
    "data": {
      "id": 581,
      "externalRoomId": "1211212",
      "isSpeak": false,
      "autoRecord": false,
      "status": "SOON",
      "name": "morning",
      "about": "34344",
      "pic": "",
      "pic96": "",
      "pic128": "",
      "isCreatedByAdmin": true,
      "startTime": "2023-11-28T19:00:00.000Z",
      "endTime": "2023-11-29T19:00:00.000Z",
      "createdAt": "2023-11-28T08:50:02.306Z",
      "isSlowmode": false,
      "slowmodeDelayMS": 0,
      "record": null
    }
  }
}

```

<br>
