...
message : event that notifies the receiving of a text message from a participant
messageReceived : event that notifies that a participant has received the message
messageSeen : event that notifies that a participant has read/seen the message
multimediaMessage : a multimedia message has been received. A There are two available types of multimedia message can be of two types:
DOCUMENT
(doc, docx, ppt, pptx, xls, xlsx, pdf) orIMAGE
(PNG, JPG, JPEG). The multimedia content is encoded inBase64
format.link : an hyperlink has been received
isWriting : event that notifies that one participant started/stopped writing
contactEnded : the chat has just ended and all participants have been disconnected. The room chat ID is no longer active.
multimediaMessageStored :
...