Avaya Client Services API Reference (OS X)
Instance Methods | List of all members
<CSMeetingMinutesDelegate> Protocol Reference

Unsupported: The meeting minutes feature is currently not supported. More...

#import <CSMeetingMinutes.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - meetingMinutesDidReportServiceAvailable:
 Called when the minutes session started and became available. More...
 
(void) - meetingMinutesDidReportServiceUnavailable:
 Called when the minutes became unavailable what can be caused by network disruption. More...
 
(void) - meetingMinutes:minutesDidChange:changedMinutes:
 Reports that the list of minutes in the meeting has changed. More...
 
(void) - meetingMinutes:didReceiveMinute:
 Reports that new minute message has been received. More...
 
(void) - meetingMinutes:didEditMinute:
 Reports that minute was updated. More...
 
(void) - meetingMinutes:didDeleteMinute:
 Reports that minute was deleted. More...
 

Detailed Description

Unsupported: The meeting minutes feature is currently not supported.

Meeting minutes delegate provides updates about the status of minutes service.

The client application is notified about status updates reported by the server through the CSMeetingMinutesDelegate object. These updates may be the result of local operations on the CSMeetingMinutesDelegate object as well as remote changes initiated by either the server or other users on the conference call.

See also
CSChat::delegate

Method Documentation

- (void) meetingMinutes: (CSMeetingMinutes *)  minutes
didDeleteMinute: (CSMinuteMessage *)  minute 
optional

Reports that minute was deleted.

Methods is deprecated. Use CSMeetingMinutesDelegate::meetingMinutes:minutesDidChange:changedMinutes: instead.

- (void) meetingMinutes: (CSMeetingMinutes *)  minutes
didEditMinute: (CSMinuteMessage *)  minute 
optional

Reports that minute was updated.

Methods is deprecated. Use CSMeetingMinutesDelegate::meetingMinutes:minutesDidChange:changedMinutes: instead.

- (void) meetingMinutes: (CSMeetingMinutes *)  minutes
didReceiveMinute: (CSMinuteMessage *)  minute 
optional

Reports that new minute message has been received.

Methods is deprecated. Use CSMeetingMinutesDelegate::meetingMinutes:minutesDidChange:changedMinutes: instead.

- (void) meetingMinutes: (CSMeetingMinutes *)  minutes
minutesDidChange: (CSDataCollectionChangeType changeType
changedMinutes: (NSArray *)  changedMinutes 
optional

Reports that the list of minutes in the meeting has changed.

Parameters
minutesThe chat sending the message.
changeTypeThe type of change that has occurred to the message list.
changedMinutesAn array of CSMinuteMessage objects that have changed. For a delete change, the supplied objects have been removed from the list. For a "collection cleared" change, this array will be empty.
See also
CSMeetingMinutes::minutes
- (void) meetingMinutesDidReportServiceAvailable: (CSMeetingMinutes *)  minutes

Called when the minutes session started and became available.

Minutes can become available/unavailable in case of network disruptions within one call.

Parameters
minutesThe minutes service sending the message.
See also
CSMeetingMinutes::meetingMinutesDidReportServiceUnavailable:
- (void) meetingMinutesDidReportServiceUnavailable: (CSMeetingMinutes *)  minutes

Called when the minutes became unavailable what can be caused by network disruption.

It doesn't mean that minutes session has ended.

Parameters
minutesThe minutes service sending the message.
See also
CSMeetingMinutes::meetingMinutesDidReportServiceAvailable:

The documentation for this protocol was generated from the following file: