ActiveParticipantWasPreviouslyNotVisibleInParticipantList Property |
A Boolean value indicating that the participant is on the conference call but was previously not listed in the conference roster.
This can happen when there are more participants on the conference call than what can be provided by the conference server in the roster.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic bool WasPreviouslyNotVisibleInParticipantList { get; }
Property Value
Type:
Boolean
Remarks
When/if this hidden user becomes visible and gets added to the roster, the client can use this property to identify that this participant
was already in the conference (and not just entering the meeting). The client application can use this property to update its UI
accordingly: for example adding a special badge icon for this participant or adding the participant to a different list.
See Also