> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-rn-guide-message-privately.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Status Indicator

> Status Indicator — CometChat documentation.

`CometChatStatusIndicator` is a customised component which indicates whether user is online or offline.

<Frame>
  <img src="https://mintcdn.com/cometchat-22654f5b-docs-rn-guide-message-privately/mkn0UqPQ5BXljCV1/images/917825b6-ltyjb5ctoay86mcws67c02sfyfnsf6ffp68u0oznn0vp6m6f28tlfvdmsmhjxjhe-009bb23d6fec659cca5735a2a1baa79c.png?fit=max&auto=format&n=mkn0UqPQ5BXljCV1&q=85&s=6f809aedd432d811acf6ae629ce9e16c" width="1224" height="404" data-path="images/917825b6-ltyjb5ctoay86mcws67c02sfyfnsf6ffp68u0oznn0vp6m6f28tlfvdmsmhjxjhe-009bb23d6fec659cca5735a2a1baa79c.png" />
</Frame>

## How to integrate CometChatStatusIndicator ?

<Tabs>
  <Tab title="TypeScript">
    ```tsx theme={null}
    <CometChatStatusIndicator
            backgroundImage={statusIndicatorIcon}
            style={{height: 20, width: 20}}
            backgroundColor={"green"}
          />
    ```
  </Tab>
</Tabs>

## Properties

| Properties      | Type                  | Description                                               |
| --------------- | --------------------- | --------------------------------------------------------- |
| backgroundImage | ImageType             | sets image to be shown                                    |
| style           | StyleProp\<ViewStyle> | used to customise the statusIndicator                     |
| backgroundColor | string                | used to set the background colour of statusIndicator view |
