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: 550.0.60.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