ContentSharing Properties |
The ContentSharing type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentPresenter |
Indicates the participant who is currently sharing.
In case sharing isn't active it returns NULL.
| |
| Displays |
Returns the dictionary of int, String pair of display names and ids.
| |
| IsPresenting |
Returns true if the local user is sharing/presenting content.
| |
| IsRemoteControlOn |
Returns true if remote control session is currently started and current user is either presenting or
remote-controlling the presenter.
| |
| IsSharingApplicationWindow |
Returns true if application window sharing is active.
| |
| IsSharingFullScreen |
Returns true if full screen sharing is active.
| |
| IsSharingScreenRegion |
Returns true if screen region sharing is active.
| |
| OfferRemoteControlCapability |
Returns whether the content sharing supports offering a remote control.
| |
| RemoteController |
Participant who has remote control over any other collaboration participant.
Null in case remote control is not active.
| |
| RequestRemoteControlCapability |
Returns whether the content sharing supports requesting for remote control.
| |
| ShareApplicationWindowCapability |
Returns whether the content sharing supports application window sharing.
| |
| SharedApplicationWindow |
Returns SharingApplicationWindow if application sharing is active.
| |
| ShareFullScreenCapability |
Returns whether the content sharing supports full screen sharing.
| |
| ShareScreenRegionCapability |
Returns whether the content sharing supports screen region sharing.
| |
| SharingCapabilities |
Return the collaboration capabilities.
| |
| SharingFrame |
Content sharing frame size and position - System.Drawing.Rectangle
| |
| SupportRemoteControlCapability |
Returns whether the content sharing supports remote control.
|