ID of the conversation group
Searches a keyword from all chat messages.
A user can be a part of the group. He can add users to that group.
Denotes that the window is out of focus
any
A user can search for particular word in his chats. The method allows the user to cancel a search for keyword from the conversation.
A user can send emojis in a chat message. When an emoji is clicked, its equivalent text code is set.
equivalent text code for emoji
A user can search for particular word in his chats. The method allows a user to clear the search keyword from search box.
A user can be a part of the group. He can add users to that group. When a user clicks on 'add users to group icon', a popover modal containing list of users to be added to the group is displayed. The method allows a user to close that popover modal.
Closes popover
When the user clicks on icon to reply to a message, a replyOf element pops up. This method closes the replyOf element.
Closes a chat component in collapsed view.
The application is available in 2 views - expanded view and collapsed view. collapse_chat toggles chat component in collapsed view.
The application is available in 2 views - expanded view and collapsed view. collapsed_widget method changes the application from expanded view to collapsed view.
A user can delete a message from a group. The method allows a user to delete a message.
Details of the message to be deleted
Disposes all subscriptions of the controller socket methods
A user can search the conversation for a particular chat.
A user can download an entire conversation of a group.
A user can download a sent file in a conversation. The method downloadDoc downloads a document
Document information
Denotes that the window is focussed
any
The conversation group contains various messages. A user can focus over the message that has been replied to using this method.
details of the replyOf message
Initializes chatting Component
Checks whether an image is valid or not
message information object
A boolean value
A user can be a part of a group conversation. The method allows user to leave a group.
The conversation contains various messages. This method allows a user to mark a message as favorite
Message information to be marked as favorite
A user can send a message
User details are passed. otherUsersOnlineStatus() returns which class must be applied according to the status of other user if p2p, else applies class for group.
Status of user if p2p or else a group
Returns the preview of the file sent
File name
Returns all the user(s) who have read a particular message
Conversation chat message details
A user can reply to a particular message.
Details of message to whom reply has to be sent
A user can search for particular word in his chats. The method displays search box for searching keywords from the conversation.
A user can be a part of the group. He can add users to that group. When a user clicks on 'add users to group icon', the method displays a popover modal containing list of users to be added to the group.
Displays the date
Date
Date
A user can transfer chat to another user.
The conversation contains various messages. This method allows a user to unmark a message from favorites
Message information to be umarked from favorite
A user can send files in a conversation.The method uploadDoc uploads a document
File information to be sent