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: 592.1.30.0
Syntax
C#
public event EventHandler<ContentSharingEventArgs> IncomingRemoteControlRequest

Value

Type: SystemEventHandlerContentSharingEventArgs
See Also