Avaya Client Services API Reference (OS X)
Deprecated List
Member [CSCall setReceiveVideoResolutionPreferences:completionHandler:]
Use setReceiveVideoResolutionPreferencesForMultiVideoStreaming:completionHandler:
Member [CSContactService changeSearchRequestWithSearchString:forWatcher:]
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3.
Member [CSContactService searchCachedContactsWithSearchString:searchScope:]
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3. It is recommended to use the resolveContacts: (CSContactService) method instead.
Member [CSMessageDelegate-p message:didChangeIsCoalescedStatus:]
THIS METHOD WILL BE REMOVED IN RELEASE VERSION 3.3.
Member [CSMessageDelegate-p message:didChangeIsReadStatus:]
use CSMessageDelegate::message:didChangeReadState: selector instead.
Member [CSMessagingServiceDelegate-p messagingService:didAddConversations:]
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3. Applications should use a CSDataRetrievalWatcher object passed to the retrieveActiveConversationsWithWatcher: (CSMessagingService) method to be notified of new conversations instead.
Member [CSMessagingServiceDelegate-p messagingService:didRemoveConversations:]
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3. Applications should use a CSDataRetrievalWatcher object passed to the retrieveActiveConversationsWithWatcher: (CSMessagingService) method to be notified of removed conversations instead.
Member [CSMessagingServiceDelegate-p messagingServiceParticipantMatchedContactsChanged:]
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3.
Member [CSParticipant allPossibleContactMatches]
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3. It is recommended to use the resolveContacts: (CSContactService) method instead.
Member [CSParticipant bestContactMatch]
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3. It is recommended to use the resolveContacts: (CSContactService) method instead.
Member CSCallLogParticipant::matchingContact
It is recommended to use the resolveContacts: (CSContactService) method instead.
Member CSChat::allChatMessages
Use the allMessages property instead.
Member CSChat::privateChatMessages
Use the privateMessages property instead.
Member CSChat::publicChatMessages
Use the publicMessages property instead.
Member CSConference::activeParticipants
Use the participants property instead.
Member CSConference::activeTalkerParticipants
Use the activeTalkers property instead.
Member CSConference::droppedParticipantsDS
Use the droppedParticipants property instead.
Member CSConference::pendingParticipantsDS
Use the pendingParticipants property instead.
Member CSConference::recentTalkerParticipants
Use the recentTalkers property instead.
Member CSContactService::supportedPhoneNumberTypes
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3. It is recommended to use the contactLimits property instead.
Member CSFeatureStatusParameters::destinationLabel
It is recommended to use featureLabel instead.
Member CSMessage::coalesced
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3.
Member CSMessage::read
This method is deprecated. Use ReadState instead.
Member CSMessagingAttachment::locationForConsumption
THIS SELECTOR WILL BE REMOVED IN RELEASE VERSION 3.3. Use the consume method instead.
Member CSSIPClientConfiguration::SIPSAndSRTPCouplingEnabled
Use CSSIPUserConfiguration::useSIPSURIOverTLS property instead. Starting with Client SDK 3.1.
Member CSTeamButton::delayInterval
Please use CSTeamButtonIncomingCall::delayInterval instead.
Class CSVideoResolutionPreference
Use CSVideoResolutionPreferenceForMultiVideoStreaming