Click or drag to resize

ContentSharingIncomingRemoteControlOffer Event

Reports an incoming remote control offer. Local user may accept the request by calling IContentSharing.StartRemoteControl() or deny it by calling ContentSharing.EndRemoteControl().

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

Value

Type: SystemEventHandlerContentSharingEventArgs
See Also