Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gets a multimedia message in the chat room, after having received a multimediaMessage event.

The multimediaMessage event does not transport the actual payload of the message, but only the metadata linked to it, in order to not overload the websocket transport.

You can retrieve the actual payload calling GetMultimediaMessageInActiveChat, it uses a separate HTTP rest request.

Parameters:

Name

Mandatory

Type

Description

chatID

Status
colourRed
titleyes

Status
titlestring

unique chat identifier

contactIDmessageID

Status
colourRed
titleyes

Status
titlestring

unique message identifier

...