PreferredServiceCapabilities Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies what should be the initial device capabilities of the endpoint.
public ref class PreferredServiceCapabilities
public class PreferredServiceCapabilities
type PreferredServiceCapabilities = class
Public Class PreferredServiceCapabilities
- Inheritance
-
PreferredServiceCapabilities
- Derived
Remarks
The default behavior is to publish positive capability support for Instant messaging (IM) if supported by the endpoint. Default support for audio and video capabilities are implied and will not be published unless explicitly asked so by the application.
Constructors
PreferredServiceCapabilities() |
Creates an instance of the PreferredServiceCapabilities class. |
Properties
ApplicationSharingSupport |
Gets or sets the presence endpoint application sharing capability of the presentity. |
AudioSupport |
Gets or sets the presence endpoint audio capability of the presentity. |
InstantMessagingSupport |
Gets or sets the presence endpoint IM (text) capability of the presentity. |
VideoSupport |
Gets or sets the presence endpoint video capability of the presentity. |