ContentSharingIncomingRemoteControlGrant Event |
Namespace: Avaya.ClientServices
public event EventHandler<ContentSharingEventArgs> IncomingRemoteControlGrant
Receiving this event will not start the remote session. IncomingRemoteControlGrant event only confirms that the current user has rights to start such session.
To start remote control session user shall call StartRemoteControl(ContentSharingRemoteControlCompletionHandler) method. It could be done in event handler method or in another moment in the future.