comments.presenceChanged Client Message
Client-side message raised when users present to a commentable piece of content change
Usage
messaging.subscribe('comments.presenceChanged', function(data) {
    // handle the event
});
Data
- contentId: Content ID
- contentTypeId: Content Type ID
- typeId: Type ID
 
				