Click or drag to resize
CallLogItemConferenceRemoteParticipants Property
If this call log was, at any time during the call, a conference, this property represents those participants who were in that conference leg of the call. ConferenceRemoteParticipants represents a subset of all RemoteParticipants in all CallLogItems represented in CallEvents as well as those in the top level CallLogItem.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ReadOnlyCollection<CallLogParticipant> ConferenceRemoteParticipants { get; }

Property Value

Type: ReadOnlyCollectionCallLogParticipant
See Also