forumReply.typing Client Message
Client-side message raised when a forum reply reply is being typed.
Usage
messaging.subscribe('forumReply.typing', function(data) {
    // handle the event
});
Data
- threadId: Thread ID
- parentId: Parent Comment ID
- authorId: ID of user typing
- authorDisplayName: ID of user typing
 
				