I am using the React Native UIKit CometChatCallLogs component to display call history in my app. Currently, it only shows direct call logs (category: "call") and does not include group conference calls (category: "meet").
Group calls are visible in the CometChat dashboard, but they are not displayed in the UIKit call logs component. It would be helpful if CometChatCallLogs could also support meet-type call logs, so we can show a complete call history (both 1:1 and group calls) in the app without needing to build a custom implementation.