ContentSharingRetrieveRemoteControlParticipants Method |
Namespace: Avaya.ClientServices
public void RetrieveRemoteControlParticipants( ContentSharingRemoteControlParticipantsCompletionHandler completionHandler )
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.