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 |
|
| unique chat identifier | ||||||||||
contactIDmessageID |
|
| unique message identifier |
...