> ## 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.

# OngoingCallStyle

> OngoingCallStyle — CometChat documentation.

Styling properties of the `CometChatOngoingCall` component.

| Name             | Description                                                                                                                                                                          |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| width            | Sets the width of the component                                                                                                                                                      |
| height           | Sets the height of the component                                                                                                                                                     |
| border           | Sets the border of the component                                                                                                                                                     |
| borderRadius     | Sets the border radius of the component                                                                                                                                              |
| background       | Sets all background style properties at once, such as color, image, origin and size, or repeat method. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/background) |
| minWidth         | Sets the minimum width of the call screen                                                                                                                                            |
| minHeight        | Sets the minimum height of the call screen                                                                                                                                           |
| maxWidth         | Sets the maximum width of the call screen                                                                                                                                            |
| maxHeight        | Sets the maximum height of the call screen                                                                                                                                           |
| minimizeIconTint | Sets the tint or color applied to the minimize icon of the component                                                                                                                 |
| maximizeIconTint | Sets the tint or color applied to the maximize icon of the component                                                                                                                 |
