Click or drag to resize

CallLogItemRemoteParticipants Property

Collection of participants for this call log item. This list represents the addresses/endpoints/users that participated in this leg of the call, and does not represent the union of all users who participated in this call. The local user may have conversed with those RemoteParticipants listed in CallEvents records.

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

Property Value

Type: ReadOnlyCollectionCallLogParticipant
See Also