ConferenceActiveVideoSourceParticipants Property |
An array of ActiveParticipant objects representing the
participants whose video is currently being received during
a multi video channel conference call.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic List<ActiveParticipant> ActiveVideoSourceParticipants { get; }
Return Value
Type:
ListActiveParticipantThe return value is a snapshot of the active video participants
whose video is being received at the time the property is queried. If the query
is made for a conference call that is not multi video channel enabled, or if
there is no active video participant on a multi video channel enabled conference call,
the query returns null.
Remarks
The returned array is a snapshot of the active video participants
whose video is being received at the time this property is
queried, and is not dynamically updated as the list changes.
Updates to the list are reported through the ActiveVideoParticipantChanged event.
See Also