Skip to main content
GET
/
realtime
/
room.participantJoined
room participant joined
curl --request GET \
  --url https://apix.us.amity.co/realtime/room.participantJoined
{
  "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"
          },
          {
            "userId": "testuser123-456-789",
            "type": "participant"
          }
        ],
        "createdBy": "teste2c39fe5-d5fc-4943-a9be-cf54ad4d0825",
        "type": "directStreaming",
        "status": "live",
        "liveAt": "2025-11-06T09:52:35.917Z",
        "isDeleted": false,
        "createdAt": "2025-11-06T09:29:08.260Z",
        "updatedAt": "2025-11-06T09:56:00.000Z",
        "creatorInternalId": "690c6a0bfb181288c0325726",
        "livePlaybackUrl": "https://stream.mux.com/bD02uiCium1GTisHi4V2ifIPA1ZrGlzZKDck2IC2Drnc.m3u8?token=eyJhbGci...",
        "liveThumbnailUrl": "https://image.mux.com/bD02uiCium1GTisHi4V2ifIPA1ZrGlzZKDck2IC2Drnc/thumbnail.png?token=eyJhbGci...",
        "recordedPlaybackInfos": []
      }
    ],
    "users": [
      {
        "_id": "690c6a0bfb181288c0325726",
        "path": "606f37a0ae601e3c33eba9e3/user/690c6a0bfb181288c0325726",
        "displayName": "Stamm - O'Reilly",
        "userId": "teste2c39fe5-d5fc-4943-a9be-cf54ad4d0825"
      },
      {
        "_id": "690c6a0bfb181288c0325727",
        "path": "606f37a0ae601e3c33eba9e3/user/690c6a0bfb181288c0325727",
        "displayName": "New Participant",
        "userId": "testuser123-456-789"
      }
    ],
    "files": []
  },
  "eventType": "room.participantJoined",
  "id": "testuser123-456-789",
  "networkId": "606f37a0ae601e3c33eba9e3",
  "path": "606f37a0ae601e3c33eba9e3/room/690c6a641b055f909ff1c8e1",
  "senderId": "asc-app-c1-588c759896-pmzz8-1",
  "sentTime": "2025-11-06T09:56:00.123Z",
  "version": 1
}

Response

200 - application/json

RTE data for room.participantJoined event

id
string

The participant user ID

Example:

"testuser123-456-789"

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