UserPresenceSettings Class

Represents the automatic presence publishing information and settings for RemotePresenceView.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.PresenceSettings
    Microsoft.Rtc.Collaboration.UserPresenceSettings

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

Syntax

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

Remarks

Publishing presence information during endpoint establishment is an optional operation and will only be done when AutomaticPresencePublicationEnabled is set to true.

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

UserPresenceSettings Members

Microsoft.Rtc.Collaboration Namespace

PresenceSettings

UserEndpoint