Share via


ApplicationEndpointPresenceSettings Class

Represents the automatic presence publishing information and settings for RemotePresenceView.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.PresenceSettings
    Microsoft.Rtc.Collaboration.ApplicationEndpointPresenceSettings

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Class ApplicationEndpointPresenceSettings _
    Inherits PresenceSettings
'Usage
Dim instance As ApplicationEndpointPresenceSettings
public class ApplicationEndpointPresenceSettings : PresenceSettings

Remarks

Publishing presence information during endpoint establishment is an optional operation and will only be done when AutomaticPresencePublicationEnabled is set to true. The properties PresentityType and Description get published as a part of the ContactCard instance published into container 0 .

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ApplicationEndpointPresenceSettings Members

Microsoft.Rtc.Collaboration Namespace

PresenceSettings

ApplicationEndpoint