Click or drag to resize

ConferenceRecentTalkers Property

Returns the recent talker list associated with the conference call.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public List<ActiveParticipant> RecentTalkers { get; }

Return Value

Type: ListActiveParticipant
The return value is a snapshot of the recently talking participants in the conference at the time the property is queried.
Remarks
Updates to the list are reported through the RecentTalkersChanged event.
See Also