Outgoing Call
is comprised of the following components:
Components | Description |
---|---|
CometChat Button | This component represents a button with optional icon and text. |
CometChat Avatar | This component component displays an image or user’s avatar with fallback to the first two letters of the username. |
onCallCanceled
event gets activated when the cancel button is clicked. It does not have a default behavior. However, you can override its behavior using the following code snippet.
Component
. You can filter the list based on your specific criteria, allowing for a more customized. Filters can be applied using RequestBuilders
of Chat SDK.
The Outgoing Call
component does not have any exposed filters.
Component
. By using event you can extend existing functionality. Being global events, they can be applied in Multiple Locations and are capable of being Added or Removed.
The Outgoing Call
component does not have any exposed filters.
Outgoing Call
component.
Property | Description | Code |
---|---|---|
Call | The CometChat call object used to set up and launch the outgoing call. | call={call} |
Disable Sound | Disables the sound of outgoing calls. | disableSoundForCalls={false} |
Custom Sound | Specifies a custom sound to play for outgoing calls. | customSoundForCalls='Your Custom Sound For Calls' |