Click or drag to resize
ConferenceInConferenceChat Property
Returns the Chat object associated with the conference call.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Chat InConferenceChat { get; }

Property Value

Type: Chat
Remarks
The Chat object can be used to query for the current list of messages or to send a new message.
See Also