Message

Send Message

WebSocket Endpoint

/ws/{roomId}

Message Payload

{
  "appId": "string",
  "usersId": "string",
  "content": "string",
  "roomId": "string",
  "cloudFrontImageURL": "string",
  "type": "CHAT"
}

Receive Message

Response Payload

{
  "roomId": "string",
  "userId": "string",
  "content": "string",
  "time": "string",
  "cloudFrontImageURL": "string",
  "type": "CHAT"
}

Last updated