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); } );