Avaya Client Services API Reference (iOS)
Classes | Enumerations
CSCallLogParticipant.h File Reference
#import <Foundation/Foundation.h>
#import "CSContact.h"
#import "CSContactService.h"

Classes

class  CSCallLogParticipant
 Interface object representing information about remote party for a call log entry. More...
 

Enumerations

enum  CSCallLogAddressSourceType {
  CSCallLogAddressSourceTypeUndefined = 0,
  CSCallLogAddressSourceTypeUser,
  CSCallLogAddressSourceTypeNetwork,
  CSCallLogAddressSourceTypeConference
}
 Describes the source type of the user's address. More...
 

Enumeration Type Documentation

Describes the source type of the user's address.

e.g. the remote address was provided by the client or by the network or if the remote address represents a conference participant.

Enumerator
CSCallLogAddressSourceTypeUndefined 

The address source is not defined.

CSCallLogAddressSourceTypeUser 

The call log entry or event is generated after user actions.

CSCallLogAddressSourceTypeNetwork 

The call log entry or event is generated by messages from the network (from a server).

CSCallLogAddressSourceTypeConference 

The call log entry or event is generated by messages from a conference.