Click or drag to resize

ContentSharingRetrieveRemoteControlParticipants Method

Obtain the participants that support remote control.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RetrieveRemoteControlParticipants(
	ContentSharingRemoteControlParticipantsCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesContentSharingRemoteControlParticipantsCompletionHandler
Completion handler for this operation.
Remarks

Before calling the method you need to check that SupportRemoteControlCapability is in allowed state. Otherwise the method call will fail with appropriate error.

Since there is no collaboration/content sharing event notification about a change of participants, client has to rely on corresponding Conference events to be notified about participant list changes. Whenever such notification occurs, client must expect that remote control participant list might have changed and this method must be called again, if up to date participant list is to be presented to the user.

See Also