Retrieving Call Logs
Call logs are accessed through the CometChat REST API rather than the client SDK. Use the following endpoints:List Calls
Retrieve a list of calls for your app:Get Call Details
Retrieve details for a specific call:Call Log Properties
Transcripts
Available since v5.0.5 UseCallLogRequestBuilder to fetch only calls that were transcribed. Opting in also makes the server attach each call’s transcripts to the log:
getTranscriptions() returns an empty array when the server omitted transcripts, so it never needs a null check. To page through a session’s transcripts directly, use TranscriptRequestBuilder.