ContentSharing Events |
The ContentSharing type exposes the following members.
Name | Description | |
---|---|---|
![]() | CapabilitiesChanged |
Called when content sharing capabilities have changed.
|
![]() | CursorReceived |
Reports received cursor position. Can be outside of bitmap bounds if
left screen sharing region.
|
![]() | Ended |
Reports that content sharing session has been ended remotely.
|
![]() | IncomingRemoteControlDecline |
Reports that that your remote control session has just declined.
|
![]() | IncomingRemoteControlDeny |
Reports that your request for remote control was denied by presenter.
|
![]() | IncomingRemoteControlEnd |
Reports that remote control session has just ended.
|
![]() | IncomingRemoteControlGrant |
Reports that local user request for remote control was granted by presenter.
|
![]() | IncomingRemoteControlOffer |
Reports an incoming remote control offer. Local user may accept the request
by calling IContentSharing.StartRemoteControl() or deny it by calling
ContentSharing.EndRemoteControl().
|
![]() | IncomingRemoteControlRequest |
Reports an incoming remote control request. Local user may accept the request
by calling ContentSharing.GrantContentSharingRemoteControl() or deny it by calling
ContentSharing.DenyContentSharingRemoteControl().
|
![]() | IncomingRemoteControlStart |
Reports that remote control session has just started.
|
![]() | Paused |
Reports that content sharing session has been paused remotely.
|
![]() | PresenterUpdated |
Reports presenter update based on remote control request or offer.
|
![]() | Resumed |
Reports that content sharing session has been resumed remotely.
|
![]() | SharingApplicationWindowStateChanged |
Called when currently shared application window state have changed (i.e window was minimized or restored).
|
![]() | SharingFrameChanged |
Called after sharing frame size or position has changed.
|
![]() | SharingFrameReceived |
Reports that entire content sharing frame was received from server. It indicates that
client screen sharing is ready to be shown to user. Frame parameter lets client properly update UI
with sharing size if needed.
|
![]() | Started |
Reports that content sharing session has been started remotely.
|