Click or drag to resize

ContentSharingIncomingRemoteControlRequest Event

Reports an incoming remote control request. Local user may accept the request by calling ContentSharing.GrantContentSharingRemoteControl() or deny it by calling ContentSharing.DenyContentSharingRemoteControl().

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

Value

Type: SystemEventHandlerContentSharingEventArgs
See Also