Click or drag to resize

ContentSharing Properties

The ContentSharing type exposes the following members.

Properties
  NameDescription
Public propertyCurrentPresenter
Indicates the participant who is currently sharing. In case sharing isn't active it returns NULL.
Public propertyDisplays
Returns the dictionary of int, String pair of display names and ids.
Public propertyIsPresenting
Returns true if the local user is sharing/presenting content.
Public propertyIsRemoteControlOn
Returns true if remote control session is currently started and current user is either presenting or remote-controlling the presenter.
Public propertyIsSharingApplicationWindow
Returns true if application window sharing is active.
Public propertyIsSharingFullScreen
Returns true if full screen sharing is active.
Public propertyIsSharingScreenRegion
Returns true if screen region sharing is active.
Public propertyOfferRemoteControlCapability
Returns whether the content sharing supports offering a remote control.
Public propertyRemoteController
Participant who has remote control over any other collaboration participant. Null in case remote control is not active.
Public propertyRequestRemoteControlCapability
Returns whether the content sharing supports requesting for remote control.
Public propertyShareApplicationWindowCapability
Returns whether the content sharing supports application window sharing.
Public propertySharedApplicationWindow
Returns SharingApplicationWindow if application sharing is active.
Public propertyShareFullScreenCapability
Returns whether the content sharing supports full screen sharing.
Public propertyShareScreenRegionCapability
Returns whether the content sharing supports screen region sharing.
Public propertySharingCapabilities
Return the collaboration capabilities.
Public propertySharingFrame
Content sharing frame size and position - System.Drawing.Rectangle
Public propertySupportRemoteControlCapability
Returns whether the content sharing supports remote control.
Top
See Also