int limit | Specifies the number of call logs to fetch. |
String callType | Sets the type of calls to fetch (audio or video). It accepts following String’s as a parameter "video", "audio" & "audio/video" |
String callStatus | Sets the status of calls to fetch (initiated, ongoing, etc.). It accepts following String’s as a parameter "ongoing", "busy", "rejected", "cancelled", "ended", "missed", "initiated", "unanswered" |
bool hasRecording | Sets whether to fetch calls that have recordings. |
String callCategory | Sets the category of calls to fetch (call or meet). It accepts following String’s as a parameter "call" & "meet" |
String callDirection | Sets the direction of calls to fetch. It accepts following String’s as a parameter "incoming" & "outgoing" |
String uid | Sets the UID of the user whose call logs to fetch. |
String guid | Sets the GUID of the user whose call logs to fetch. |
String authToken | Sets the Auth token of the logged-in user. |