Click or drag to resize

ConferenceMeetingMinutesCapability Property

Returns whether the meeting minutes feature is supported. The meeting minutes feature allows conference participants to enter notes, for example, to mark the beginning of a new topic during a conference call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability MeetingMinutesCapability { get; }

Property Value

Type: Capability
Remarks
The application may use this capability property to enable or disable meeting minutes related functions. See MeetingMinutes for more information about the meeting minutes feature. Meeting minutes capability is not supported when the client is used in shared control mode.
See Also