Call Detailed Record (CDR)

This topic introduces the functionalities and implementation methods related to Call Detailed Record (CDR) of 'Linkus SDK for macOS'.

Retrieve CDR records

- (NSArray<YLSHistory *> *)historys;

SDK notification callbacks

/**
 *  CDR records change callback
 */
- (void)historyReload:(NSMutableArray<YLSHistory *> *)historys;