Overview
TheCometChatCallButtons widget provides users with the ability to make calls, access call-related functionalities, and control call settings.
Usage
Integration
- Dart
Actions
onError
- Dart
Events
| Event | Description |
|---|---|
| ccCallAccepted | Triggers when the outgoing call is accepted |
| ccCallRejected | Triggers when the outgoing call is rejected |
- Dart
Customization
Style
- Dart
Functionality
| Property | Description | Code |
|---|---|---|
| User | Set User object | user: User? |
| Group | Set Group object | group: Group? |
| CallSettingsBuilder | Configure call settings | callSettingsBuilder: CallSettingsBuilder? |
| Hide Video Call | Hide video call button | hideVideoCallButton: bool? |
| Hide Voice Call | Hide voice call button | hideVoiceCallButton: bool? |
| Video Call Icon | Custom video call icon | videoCallIcon: Icon? |
| Voice Call Icon | Custom voice call icon | voiceCallIcon: Icon? |
| Outgoing Call Configuration | Configure outgoing call | outgoingCallConfiguration: CometChatOutgoingCallConfiguration? |