Name | Type | Description |
---|---|---|
call | CometChat.Call | CometChat call object consumed by the component to launch itself. |
Name | Type | Description |
---|---|---|
declineButtonText | string | Text or label displayed on the decline button within the component. |
declineButtonIconURL | string | Asset URL for the icon displayed on the decline button |
Name | Type | Description |
---|---|---|
customView | Function as PropType<(call: CometChat.Call) => ViewType> | User-defined Vue component to customise the card view of the outgoing component. |
Name | Type | Description |
---|---|---|
disableSoundForCalls | boolean | When set to true, the component will not produce sound for all outgoing calls. |
customSoundForCalls | string | mp3 file asset of your choice to play for all outgoing calls. |
Name | Type | Description |
---|---|---|
onCloseClicked | Function as PropType<() => void> | Override the method that is invoked when user clicks on the close button |
onError | Function as PropType<(error: CometChat.CometChatException) => void> | Override the method that is invoked when an error is encountered within the component |
Name | Type | Description |
---|---|---|
AvatarStyle | AvatarStyle | Styling properties and values of the Avatar component |
outgoingCallStyle | OutgoingCallStyle | Styling properties of this component |