Click or drag to resize

ConferenceInConferenceChatCapability Property

Returns whether in-conference chat is supported. In-conference chat allows conference participants to exchange messages amongst each other without interrupting the speaker. These messages can either be private between selected participants or shared with all conference participants.

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

Property Value

Type: Capability
Remarks
The application may use this capability property to enable or disable chat functions. See Chat for more information about the in-conference chat feature. In-conference chat capability is not supported when the client is used in shared control mode.
See Also