CometChatCallLogs
and CometChatCallLogDetails
components to display call history and detailed call information in your Flutter chat app.
appID
, region
, authKey
) initializedComponent | Role |
---|---|
CometChatCallLogs | Displays the list of recent calls with tap callbacks |
CometChatCallLogDetails | Shows detailed information (participants, duration, type) |
dashboard.dart | Contains the Calls tab integration in the main UI |
call_log_details/cometchat_call_log_details.dart | Implements the details screen UI |
sample_app/lib/dashboard.dart
CometChatCallLogs
to fetch and show recent calls.
sample_app/lib/dashboard.dart
sample_app/lib/call_log_details/cometchat_call_log_details.dart
CometChatCallLogs
displays recent callsCometChatCallLogDetails
showing call detailsCometChatCallLogs
if supportedSnackBar
or error widgets when fetch failsCometChatCallLogDetails
will list all participants for group callsFeature | Component / Method | File(s) |
---|---|---|
Calls tab integration | CometChatCallLogs(onItemClick) | dashboard.dart |
Display call logs | CometChatCallLogs | dashboard.dart |
Show call details | CometChatCallLogDetails(callLog) | call_log_details/cometchat_call_log_details.dart |