Click or drag to resize
MinuteStatus Enumeration
States for a meeting minute message in a conference.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum MinuteStatus
Members
  Member nameValueDescription
Pending0 Response from server is not received yet.
Confirmed1 The minute has been successfully sent to the server and a response has been received.
Error2 Server returned an error while adding the minute to the conference.
Deleted3 Minute has been removed from the conference.
See Also