Skip to main content

Overview

The CometChatCallButtons widget provides users with the ability to make calls, access call-related functionalities, and control call settings.

Usage

Integration


Actions

onError

Events

EventDescription
ccCallAcceptedTriggers when the outgoing call is accepted
ccCallRejectedTriggers when the outgoing call is rejected

Customization

Style

Functionality

PropertyDescriptionCode
UserSet User objectuser: User?
GroupSet Group objectgroup: Group?
CallSettingsBuilderConfigure call settingscallSettingsBuilder: CallSettingsBuilder?
Hide Video CallHide video call buttonhideVideoCallButton: bool?
Hide Voice CallHide voice call buttonhideVoiceCallButton: bool?
Video Call IconCustom video call iconvideoCallIcon: Icon?
Voice Call IconCustom voice call iconvoiceCallIcon: Icon?
Outgoing Call ConfigurationConfigure outgoing calloutgoingCallConfiguration: CometChatOutgoingCallConfiguration?