Click or drag to resize

ContentSharingIncomingRemoteControlGrant Event

Reports that local user request for remote control was granted by presenter.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler<ContentSharingEventArgs> IncomingRemoteControlGrant

Value

Type: SystemEventHandlerContentSharingEventArgs
Remarks

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.

See Also