Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Sends a notification to all partecipatns that a user has seen a message.

Parameters:

Name

Mandatory

Type

Description

message_id

YES

STRING

Unique message identifier

Example:

contact.on("message",
  function (event) {
    console.log("[CTLIVE WIDGET] On [message] event", event);
    contact.messageSeen(event.id);
    }
);
  • No labels