deleteRecordCalls abstract method

Future<CompletionHandler> deleteRecordCalls(
  1. List<String> callIdList
)

Delete specified call records.

  • callIdList : List of call IDs to delete

Implementation

Future<CompletionHandler> deleteRecordCalls(List<String> callIdList);