Skip to main content
GET
/
realtime
/
room.recordingAvailable
room recording is available
curl --request GET \
  --url https://apix.us.amity.co/realtime/room.recordingAvailable
{
  "data": {
    "rooms": [
      {
        "_id": "690c6a641b055f909ff1c8e1",
        "roomId": "690c6a641b055f909ff1c8e1",
        "path": "606f37a0ae601e3c33eba9e3/room/690c6a641b055f909ff1c8e1",
        "title": "e4920036-3dd4-4fc3-958c-072d520ba716",
        "liveChatEnabled": false,
        "childRoomIds": [],
        "participants": [
          {
            "userId": "teste2c39fe5-d5fc-4943-a9be-cf54ad4d0825",
            "type": "host"
          }
        ],
        "createdBy": "teste2c39fe5-d5fc-4943-a9be-cf54ad4d0825",
        "type": "directStreaming",
        "status": "recorded",
        "durationSeconds": 101,
        "liveAt": "2025-11-06T09:52:35.917Z",
        "endedAt": "2025-11-06T09:54:16.180Z",
        "isDeleted": false,
        "createdAt": "2025-11-06T09:29:08.260Z",
        "updatedAt": "2025-11-06T09:54:17.147Z",
        "creatorInternalId": "690c6a0bfb181288c0325726",
        "recordedAt": "2025-11-06T09:54:17.147Z",
        "recordedPlaybackInfos": [
          {
            "url": "https://api.dev.amity.co/api/v1/rooms/690c6a641b055f909ff1c8e1/recorded/3c6uIPDNcOxPxIhFy2A6DcmNRvW2qy5iFp1FE500Fflk/watch",
            "thumbnailUrl": "https://api.dev.amity.co/api/v1/rooms/690c6a641b055f909ff1c8e1/recorded/3c6uIPDNcOxPxIhFy2A6DcmNRvW2qy5iFp1FE500Fflk/thumbnail"
          }
        ]
      }
    ],
    "users": [
      {
        "_id": "690c6a0bfb181288c0325726",
        "path": "606f37a0ae601e3c33eba9e3/user/690c6a0bfb181288c0325726",
        "displayName": "Stamm - O'Reilly",
        "userId": "teste2c39fe5-d5fc-4943-a9be-cf54ad4d0825"
      }
    ],
    "files": []
  },
  "eventType": "room.recordingAvailable",
  "id": "690c6a641b055f909ff1c8e1",
  "networkId": "606f37a0ae601e3c33eba9e3",
  "path": "606f37a0ae601e3c33eba9e3/room/690c6a641b055f909ff1c8e1",
  "senderId": "asc-app-c1-588c759896-pmzz8-1",
  "sentTime": "2025-11-06T09:54:17.515Z",
  "version": 1
}

Response

200 - application/json

RTE data for room.recordingAvailable event

id
string

The room ID

Example:

"690c6a641b055f909ff1c8e1"

data
object
networkId
string

ID of the network.

path
string

A topic path for subscription.

eventType
string

Name of the event.

senderId
string

ID of sender node.

sendTime
string<date-time>

The date/time when event was sent.

version
string

Version of API