Skip to main content
This component is responsible for listing all the groups created on CometChat. It also allows group members to send text, images, videos, or other media as messages to communicate with one another in real-time. This component typically includes the following component: Groups: This component lists all the groups created on CometChat. Messages: This component displays the conversation between participants in a 1:1 or group chat.

Properties

Group Information

Details associated with the group.

isMobileView

This refers to the display or presentation of the component specifically optimized for viewing on mobile devices such as smartphones or tablets.

messageText

Temporary text displayed to provide a suggestion to the user to select a particular user / group to chat with.

Function Callback

Functions that can be invoked by the user in response to a specific event or condition.

Configurations

Properties of the child components like conversations and messages that are available for customisation.

Style

Styling properties of all the involved components

Usage